Show / Hide Table of Contents

Class IFrameSupportedValidateAntiForgeryTokenAttribute

Inheritance
object
ValidateAntiForgeryTokenAttribute
IFrameSupportedValidateAntiForgeryTokenAttribute
Inherited Members
ValidateAntiForgeryTokenAttribute.SuccessResult
ValidateAntiForgeryTokenAttribute.OnActionExecuting(HttpActionContext)
ValidateAntiForgeryTokenAttribute.GetAntiForgeryCookieValue(HttpActionContext)
ValidateAntiForgeryTokenAttribute.AllowMultiple
Namespace: DotNetNuke.Web.Api.Internal
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
Type Description
Tuple<bool, string>
Overrides
ValidateAntiForgeryTokenAttribute.IsAuthorized(HttpActionContext)

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS