Class AbpSwashbuckleDocumentFilter
Inheritance
object
AbpSwashbuckleDocumentFilter
Implements
Swashbuckle.AspNetCore.SwaggerGen.IDocumentFilter
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Swashbuckle
Assembly: Volo.Abp.Swashbuckle.dll
Syntax
public class AbpSwashbuckleDocumentFilter : IDocumentFilter
Constructors
AbpSwashbuckleDocumentFilter()
Declaration
public AbpSwashbuckleDocumentFilter()
Fields
ActionUrlPrefixes
Declaration
protected string[] ActionUrlPrefixes
Field Value
| Type | Description |
|---|---|
| string[] |
Methods
Apply(OpenApiDocument, DocumentFilterContext)
Declaration
public virtual void Apply(OpenApiDocument swaggerDoc, DocumentFilterContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| Microsoft.OpenApi.Models.OpenApiDocument | swaggerDoc | |
| Swashbuckle.AspNetCore.SwaggerGen.DocumentFilterContext | context |
Implements
Swashbuckle.AspNetCore.SwaggerGen.IDocumentFilter