ComponentOne Web API Edition
ImportModelBinderAttribute Class
Members 

C1.Web.Api Namespace : ImportModelBinderAttribute Class
An attribute to apply to action parameters for model binding for import.
Syntax
'Declaration
 
<AttributeUsageAttribute(ValidOn=AttributeTargets.Parameter, 
   AllowMultiple=False, 
   Inherited=True)>
Public Class ImportModelBinderAttribute 
   Inherits System.Web.Http.ModelBinding.ModelBinderAttribute
[AttributeUsage(ValidOn=AttributeTargets.Parameter, 
   AllowMultiple=false, 
   Inherited=true)]
public class ImportModelBinderAttribute : System.Web.Http.ModelBinding.ModelBinderAttribute 
Inheritance Hierarchy

System.Object
   System.Attribute
      System.Web.Http.ParameterBindingAttribute
         System.Web.Http.ModelBinding.ModelBinderAttribute
            C1.Web.Api.ImportModelBinderAttribute

See Also

Reference

ImportModelBinderAttribute Members
C1.Web.Api Namespace