ComponentOne ASP.NET MVC Controls
C1AntiForgeryTokenAttribute Class
Members 

C1.Web.Mvc Namespace : C1AntiForgeryTokenAttribute Class
C1AntiForgeryTokenAttribute provides support for MVC AntiForgency feature
Syntax
'Declaration
 
<AttributeUsageAttribute(AttributeTargets.Class Or  _
    AttributeTargets.Method, 
   AllowMultiple=False, 
   Inherited=True)>
Public NotInheritable Class C1AntiForgeryTokenAttribute 
   Inherits System.Web.Mvc.FilterAttribute
[AttributeUsage(AttributeTargets.Class | 
    AttributeTargets.Method, 
   AllowMultiple=false, 
   Inherited=true)]
public sealed class C1AntiForgeryTokenAttribute : System.Web.Mvc.FilterAttribute 
Inheritance Hierarchy

System.Object
   System.Attribute
      System.Web.Mvc.FilterAttribute
         C1.Web.Mvc.C1AntiForgeryTokenAttribute

See Also

Reference

C1AntiForgeryTokenAttribute Members
C1.Web.Mvc Namespace