UserAgentDocumentOptions Constructor
Definition
- Namespace
- Codebelt.Extensions.Swashbuckle.AspNetCore
- Assemblies
- Codebelt.Extensions.Swashbuckle.AspNetCore.dll
UserAgentDocumentOptions()
Initializes a new instance of the UserAgentDocumentOptions class.
public UserAgentDocumentOptions()
Remarks
The following table shows the initial property values for an instance of UserAgentDocumentOptions.
| Property | Initial Value |
|---|---|
| Description | The identifier of the calling client. |
| Example | Your-Awesome-Client/1.0.0 |
| Required | false |