DefaultApiDescriptionProvider Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implements a provider of ApiDescription for actions represented by ControllerActionDescriptor.
public ref class DefaultApiDescriptionProvider : Microsoft::AspNetCore::Mvc::ApiExplorer::IApiDescriptionProvider
public class DefaultApiDescriptionProvider : Microsoft.AspNetCore.Mvc.ApiExplorer.IApiDescriptionProvider
type DefaultApiDescriptionProvider = class
interface IApiDescriptionProvider
Public Class DefaultApiDescriptionProvider
Implements IApiDescriptionProvider
- Inheritance
-
DefaultApiDescriptionProvider
- Implements
Constructors
Properties
Order |
Gets the order value for determining the order of execution of providers. Providers execute in ascending numeric value of the Order property. |
Methods
OnProvidersExecuted(ApiDescriptionProviderContext) |
Called after IApiDescriptionProvider implementations with higher Order values have been called. |
OnProvidersExecuting(ApiDescriptionProviderContext) |
Creates or modifies ApiDescriptions. |