Interface IAbpAntiForgeryManager
Namespace: Volo.Abp.AspNetCore.Mvc.AntiForgery
Assembly: Volo.Abp.AspNetCore.Mvc.dll
Syntax
public interface IAbpAntiForgeryManager
Properties
HttpContext
Declaration
HttpContext HttpContext { get; }
Property Value
| Type | Description |
|---|---|
| HttpContext |
Options
Declaration
AbpAntiForgeryOptions Options { get; }
Property Value
| Type | Description |
|---|---|
| AbpAntiForgeryOptions |
Methods
GenerateToken()
Declaration
string GenerateToken()
Returns
| Type | Description |
|---|---|
| System.String |
SetCookie()
Declaration
void SetCookie()