ConfigureSwaggerUIOptions Constructor
Definition
- Namespace
- Codebelt.Extensions.Swashbuckle.AspNetCore
- Assemblies
- Codebelt.Extensions.Swashbuckle.AspNetCore.dll
ConfigureSwaggerUIOptions(IApiVersionDescriptionProvider)
Initializes a new instance of the ConfigureSwaggerUIOptions class.
public ConfigureSwaggerUIOptions(IApiVersionDescriptionProvider provider)
Parameters
providerIApiVersionDescriptionProviderThe behavior of a provider that discovers and describes API version information within an application.