Class AbpAntiForgeryOptions
Inheritance
object
AbpAntiForgeryOptions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Mvc.AntiForgery
Assembly: Volo.Abp.AspNetCore.Mvc.dll
Syntax
public class AbpAntiForgeryOptions
Constructors
AbpAntiForgeryOptions()
Declaration
public AbpAntiForgeryOptions()
Properties
AuthCookieSchemaName
Declaration
public string AuthCookieSchemaName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AutoValidate
Declaration
public bool AutoValidate { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
AutoValidateFilter
Declaration
public Predicate<Type> AutoValidateFilter { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Predicate<T><System.Type> |
AutoValidateIgnoredHttpMethods
Declaration
public HashSet<string> AutoValidateIgnoredHttpMethods { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.HashSet<T><string> |
TokenCookie
Declaration
public CookieBuilder TokenCookie { get; }
Property Value
| Type | Description |
|---|---|
| Microsoft.AspNetCore.Http.CookieBuilder |