summaryT:DotNetNuke.Web.Api.Internal.IFrameSupportedValidateAntiForgeryTokenAttribute

Namespace: DotNetNuke.Web.Api.Internal
Assembly: DotNetNuke.Web (in DotNetNuke.Web.dll)

Syntax

C#
public class IFrameSupportedValidateAntiForgeryTokenAttribute : ValidateAntiForgeryTokenAttribute
Visual Basic
Public Class IFrameSupportedValidateAntiForgeryTokenAttribute
	Inherits ValidateAntiForgeryTokenAttribute

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    FilterAttribute
      AuthorizationFilterAttribute
        DotNetNuke.Web.Api..::..AuthorizeAttributeBase
          DotNetNuke.Web.Api..::..ValidateAntiForgeryTokenAttribute
            DotNetNuke.Web.Api.Internal..::..IFrameSupportedValidateAntiForgeryTokenAttribute

See Also