Microsoft.AspNet.Mvc.ApiExplorer Namespace

namespace Microsoft.AspNet.Mvc.ApiExplorer

Interfaces

interface IApiDescriptionGroupNameProvider
Represents group name metadata for an <c>ApiDescription</c>.
interface IApiDescriptionVisibilityProvider
Represents visibility metadata for an <c>ApiDescription</c>.
interface IApiResponseFormatMetadataProvider
Provides metadata information about the response format to an <c>IApiDescriptionProvider</c>.
interface IApiResponseMetadataProvider
Provides a return type and a set of possible content types returned by a successful execution of the action.

Classes

class ApiDescriptionActionData
Represents data used to build an <c>ApiDescription</c>, stored as part of the [Microsoft.AspNet.Mvc.ActionDescriptor.Properties]().