ASP.NET Core 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.
    Object Model
    C1JsonRequestAttribute Class
    Syntax
    'Declaration
     
    
    <System.AttributeUsageAttribute(AttributeTargets.Class Or  _
        AttributeTargets.Enum Or  _
        AttributeTargets.Parameter Or  _
        AttributeTargets.Property Or  _
        AttributeTargets.Struct, 
       AllowMultiple=False, 
       Inherited=True)>
    Public Class C1JsonRequestAttribute 
       Inherits Microsoft.AspNetCore.Mvc.ModelBinderAttribute
       Implements Microsoft.AspNetCore.Mvc.ModelBinding.IBinderTypeProviderMetadata, Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceMetadata, Microsoft.AspNetCore.Mvc.ModelBinding.IModelNameProvider 
    'Usage
     
    
    Dim instance As C1JsonRequestAttribute
    [System.AttributeUsage(AttributeTargets.Class | 
        AttributeTargets.Enum | 
        AttributeTargets.Parameter | 
        AttributeTargets.Property | 
        AttributeTargets.Struct, 
       AllowMultiple=false, 
       Inherited=true)]
    public class C1JsonRequestAttribute : Microsoft.AspNetCore.Mvc.ModelBinderAttribute, Microsoft.AspNetCore.Mvc.ModelBinding.IBinderTypeProviderMetadata, Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceMetadata, Microsoft.AspNetCore.Mvc.ModelBinding.IModelNameProvider  
    public class C1JsonRequestAttribute = class(Microsoft.AspNetCore.Mvc.ModelBinderAttribute, Microsoft.AspNetCore.Mvc.ModelBinding.IBinderTypeProviderMetadata, Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceMetadata, Microsoft.AspNetCore.Mvc.ModelBinding.IModelNameProvider)
    System.AttributeUsageAttribute(AttributeTargets.Class | 
        AttributeTargets.Enum | 
        AttributeTargets.Parameter | 
        AttributeTargets.Property | 
        AttributeTargets.Struct, 
       AllowMultiple=, 
       Inherited=)
    public class C1JsonRequestAttribute extends Microsoft.AspNetCore.Mvc.ModelBinderAttribute implements Microsoft.AspNetCore.Mvc.ModelBinding.IBinderTypeProviderMetadata, Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceMetadata, Microsoft.AspNetCore.Mvc.ModelBinding.IModelNameProvider 
    [System.AttributeUsage(AttributeTargets.Class | 
        AttributeTargets.Enum | 
        AttributeTargets.Parameter | 
        AttributeTargets.Property | 
        AttributeTargets.Struct, 
       AllowMultiple=false, 
       Inherited=true)]
    public __gc class C1JsonRequestAttribute : public Microsoft.AspNetCore.Mvc.ModelBinderAttribute, Microsoft.AspNetCore.Mvc.ModelBinding.IBinderTypeProviderMetadata, Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceMetadata, Microsoft.AspNetCore.Mvc.ModelBinding.IModelNameProvider  
    [System.AttributeUsage(AttributeTargets.Class | 
        AttributeTargets.Enum | 
        AttributeTargets.Parameter | 
        AttributeTargets.Property | 
        AttributeTargets.Struct, 
       AllowMultiple=false, 
       Inherited=true)]
    public ref class C1JsonRequestAttribute : public Microsoft.AspNetCore.Mvc.ModelBinderAttribute, Microsoft.AspNetCore.Mvc.ModelBinding.IBinderTypeProviderMetadata, Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceMetadata, Microsoft.AspNetCore.Mvc.ModelBinding.IModelNameProvider  
    Inheritance Hierarchy

    System.Object
       System.Attribute
          Microsoft.AspNetCore.Mvc.ModelBinderAttribute
             C1.Web.Mvc.C1JsonRequestAttribute

    See Also