[]
Defines a System.Web.Http.ModelBinding.ModelBinderAttribute object to deserialize the values from form.
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Parameter, AllowMultiple = false, Inherited = true)]
public class FromFormExAttribute : ModelBinderAttribute
<AttributeUsage(AttributeTargets.ClassOrAttributeTargets.Parameter, AllowMultiple:=False, Inherited:=True)>
Public Class FromFormExAttribute
Inherits ModelBinderAttribute
| Name | Description |
|---|---|
| FromFormExAttribute(bool) | Initialize a FromFormExAttribute instance. |