[]
        
(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.Web.Api.dll
Syntax
[AttributeUsage(AttributeTargets.Parameter, AllowMultiple = false, Inherited = true)]
public class ImportModelBinderAttribute : ModelBinderAttribute

Constructors

Name Description
ImportModelBinderAttribute()

The constructor of ImportModelBinderAttribute class.