Definition
Assembly: Microsoft.Restier.AspNetCore.Swagger.dll Namespace: Microsoft.Restier.AspNetCore.Swagger Inheritance: System.ObjectSyntax
Constructors
.ctor
Syntax
Parameters
| Name | Type | Description |
|---|---|---|
httpContextAccessor | Microsoft.AspNetCore.Http.IHttpContextAccessor | - |
perRouteContainer | Microsoft.AspNet.OData.IPerRouteContainer | - |
openApiSettings | System.Action<Microsoft.OpenApi.OData.OpenApiConvertSettings> | - |
.ctor Inherited
Inherited from
objectSyntax
Methods
Equals Inherited Virtual
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
obj | object? | - |
Returns
Type:bool
Equals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
GetHashCode Inherited Virtual
Inherited from
objectSyntax
Returns
Type:int
GetSwagger
Syntax
Parameters
| Name | Type | Description |
|---|---|---|
documentName | string | - |
host | string | - |
basePath | string | - |
Returns
Type:Microsoft.OpenApi.Models.OpenApiDocument
GetType Inherited
Inherited from
objectSyntax
Returns
Type:System.Type
MemberwiseClone Inherited
Inherited from
objectSyntax
Returns
Type:object
ReferenceEquals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
ToString Inherited Virtual
Inherited from
objectSyntax
Returns
Type:string?
Related APIs
- Swashbuckle.AspNetCore.Swagger.ISwaggerProvider