ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / C1AntiForgeryTokenAttribute Class
Members

In This Topic
    C1AntiForgeryTokenAttribute Class
    In This Topic
    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