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

In This Topic
    C1JsonRequestAttribute Class
    In This Topic
    Custom model binder attribute for C1 json request data.
    Syntax
    'Declaration
     
    
    <AttributeUsageAttribute(AttributeTargets.Class Or  _
        AttributeTargets.Enum Or  _
        AttributeTargets.Interface Or  _
        AttributeTargets.Parameter Or  _
        AttributeTargets.Struct, 
       AllowMultiple=False, 
       Inherited=False)>
    Public Class C1JsonRequestAttribute 
       Inherits System.Web.Mvc.CustomModelBinderAttribute
    [AttributeUsage(AttributeTargets.Class | 
        AttributeTargets.Enum | 
        AttributeTargets.Interface | 
        AttributeTargets.Parameter | 
        AttributeTargets.Struct, 
       AllowMultiple=false, 
       Inherited=false)]
    public class C1JsonRequestAttribute : System.Web.Mvc.CustomModelBinderAttribute 
    Inheritance Hierarchy

    System.Object
       System.Attribute
          System.Web.Mvc.CustomModelBinderAttribute
             C1.Web.Mvc.C1JsonRequestAttribute

    See Also