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

In This Topic
    FromFormExAttribute Class
    In This Topic
    Defines a System.Web.Http.ModelBinding.ModelBinderAttribute object to deserialize the values from form.
    Syntax
    'Declaration
     
    
    <AttributeUsageAttribute(AttributeTargets.Class Or  _
        AttributeTargets.Parameter, 
       AllowMultiple=False, 
       Inherited=True)>
    Public Class FromFormExAttribute 
       Inherits System.Web.Http.ModelBinding.ModelBinderAttribute
    [AttributeUsage(AttributeTargets.Class | 
        AttributeTargets.Parameter, 
       AllowMultiple=false, 
       Inherited=true)]
    public class FromFormExAttribute : System.Web.Http.ModelBinding.ModelBinderAttribute 
    Inheritance Hierarchy

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

    See Also