ComponentOne ASP.NET MVC Controls
C1JsonRequestAttribute Class
Members 

C1.Web.Mvc Namespace : C1JsonRequestAttribute Class
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

Reference

C1JsonRequestAttribute Members
C1.Web.Mvc Namespace