
'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
System.Object
System.Attribute
Microsoft.AspNetCore.Mvc.ModelBinderAttribute
C1.Web.Mvc.C1JsonRequestAttribute