Table of Contents

ConfigureSwaggerUIOptions Constructor

Definition

Namespace
Codebelt.Extensions.Swashbuckle.AspNetCore
Assemblies
Codebelt.Extensions.Swashbuckle.AspNetCore.dll
Source
src/Codebelt.Extensions.Swashbuckle.AspNetCore/ConfigureSwaggerUIOptions.cs

ConfigureSwaggerUIOptions(IApiVersionDescriptionProvider)

Initializes a new instance of the ConfigureSwaggerUIOptions class.

public ConfigureSwaggerUIOptions(IApiVersionDescriptionProvider provider)

Parameters

provider IApiVersionDescriptionProvider

The behavior of a provider that discovers and describes API version information within an application.