Class AbpAntiForgeryOptions
Inheritance
AbpAntiForgeryOptions
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
AutoValidate
Declaration
public bool AutoValidate { get; set; }
Property Value
AutoValidateFilter
Declaration
public Predicate<Type> AutoValidateFilter { get; set; }
Property Value
AutoValidateIgnoredHttpMethods
Declaration
public HashSet<string> AutoValidateIgnoredHttpMethods { get; set; }
Property Value
TokenCookie
Declaration
public CookieBuilder TokenCookie { get; }
Property Value
Extension Methods