Class ValidateAntiForgeryTokenAttribute
Inheritance
ValidateAntiForgeryTokenAttribute
Implements
IAuthorizationFilter
Assembly: DotNetNuke.Web.Mvc.dll
Syntax
public class ValidateAntiForgeryTokenAttribute : AuthorizeAttributeBase, IAuthorizationFilter
Constructors
ValidateAntiForgeryTokenAttribute()
Declaration
public ValidateAntiForgeryTokenAttribute()
Methods
AuthorizeCore(HttpContextBase)
Declaration
protected override bool AuthorizeCore(HttpContextBase httpContext)
Parameters
Returns
Overrides
GetAntiForgeryCookieValue(HttpContextBase)
Declaration
protected string GetAntiForgeryCookieValue(HttpContextBase context)
Parameters
Returns
IsAuthenticated(HttpContextBase)
Declaration
public virtual bool IsAuthenticated(HttpContextBase httpContext)
Parameters
Returns
Implements
System.Web.Mvc.IAuthorizationFilter
Extension Methods