Web API Edition | ComponentOne
C1.Web.Api Namespace / ImportModelBinderAttribute Class
Members

In This Topic
    ImportModelBinderAttribute Class
    In This Topic
    An attribute to apply to action parameters for model binding for import.
    Syntax
    'Declaration
     
    
    <AttributeUsageAttribute(AttributeTargets.Parameter, 
       AllowMultiple=False, 
       Inherited=True)>
    Public Class ImportModelBinderAttribute 
       Inherits System.Web.Http.ModelBinding.ModelBinderAttribute
    [AttributeUsage(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