Class IFrameSupportedValidateAntiForgeryTokenAttribute
Inheritance
IFrameSupportedValidateAntiForgeryTokenAttribute
Assembly: DotNetNuke.Web.dll
Syntax
public class IFrameSupportedValidateAntiForgeryTokenAttribute : ValidateAntiForgeryTokenAttribute
Constructors
IFrameSupportedValidateAntiForgeryTokenAttribute()
Declaration
public IFrameSupportedValidateAntiForgeryTokenAttribute()
Methods
IsAuthorized(HttpActionContext)
Declaration
protected override Tuple<bool, string> IsAuthorized(HttpActionContext actionContext)
Parameters
Type |
Name |
Description |
HttpActionContext |
actionContext |
|
Returns
Overrides
Extension Methods