[]
        
(Showing Draft Content)

C1.Web.Api.ImportModelBinderAttribute

ImportModelBinderAttribute Class

An attribute to apply to action parameters for model binding for import.

Inheritance
ImportModelBinderAttribute
Namespace: C1.Web.Api
Assembly: C1.AspNetCore.Api.dll
Syntax
[AttributeUsage(AttributeTargets.Parameter, AllowMultiple = false, Inherited = true)]
public class ImportModelBinderAttribute : ModelBinderAttribute, IModelNameProvider, IBinderTypeProviderMetadata, IBindingSourceMetadata
<AttributeUsage(AttributeTargets.Parameter, AllowMultiple:=False, Inherited:=True)>
Public Class ImportModelBinderAttribute
    Inherits ModelBinderAttribute
    Implements IModelNameProvider, IBinderTypeProviderMetadata, IBindingSourceMetadata

Constructors

Name Description
ImportModelBinderAttribute()

The constructor of ImportModelBinderAttribute class.