ComponentOne Studio Web API Edition
FromFormExAttribute Class
Members 

Defines a System.Web.Http.ModelBinding.ModelBinderAttribute object to deserialize the values from form.
Syntax
'Declaration
 
<AttributeUsageAttribute(ValidOn=AttributeTargets.Class Or  _
    AttributeTargets.Parameter, 
   AllowMultiple=False, 
   Inherited=True)>
Public Class FromFormExAttribute 
   Inherits System.Web.Http.ModelBinding.ModelBinderAttribute
[AttributeUsage(ValidOn=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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FromFormExAttribute Members
C1.Web.Api Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.