IApiDescriptionProvider Interface

Syntax

public interface IApiDescriptionProvider

GitHub

View on GitHub

interface Microsoft.AspNet.Mvc.ApiExplorer.IApiDescriptionProvider

Properties

Order()

Gets the order value for determining the order of execution of providers. Providers execute in ascending numeric value of the [Microsoft.AspNet.Mvc.ApiExplorer.IApiDescriptionProvider.Order](Microsoft.AspNet.Mvc.ApiExplorer.IApiDescriptionProvider.yml) property.

Return type:System.Int32
int Order { get; }

Methods

OnProvidersExecuted(Microsoft.AspNet.Mvc.ApiExplorer.ApiDescriptionProviderContext)
Arguments:
void OnProvidersExecuted(ApiDescriptionProviderContext context)
OnProvidersExecuting(Microsoft.AspNet.Mvc.ApiExplorer.ApiDescriptionProviderContext)
Arguments:
void OnProvidersExecuting(ApiDescriptionProviderContext context)