Class AbpSwashbuckleController
Implements
Inherited Members
Namespace: Volo.Abp.Swashbuckle
Assembly: Volo.Abp.Swashbuckle.dll
Syntax
[Area("Abp")]
[Route("Abp/Swashbuckle/[action]")]
[DisableAuditing]
[RemoteService(false)]
[ApiExplorerSettings(IgnoreApi = true)]
public class AbpSwashbuckleController : AbpController, IActionFilter, IAsyncActionFilter, IFilterMetadata, IDisposable, IAvoidDuplicateCrossCuttingConcerns
Constructors
AbpSwashbuckleController(IAbpAntiForgeryManager)
Declaration
public AbpSwashbuckleController(IAbpAntiForgeryManager antiForgeryManager)
Parameters
Type | Name | Description |
---|---|---|
IAbpAntiForgeryManager | antiForgeryManager |
Fields
AntiForgeryManager
Declaration
protected readonly IAbpAntiForgeryManager AntiForgeryManager
Field Value
Type | Description |
---|---|
IAbpAntiForgeryManager |
Methods
SetCsrfCookie()
Declaration
[HttpGet]
public virtual void SetCsrfCookie()