[]
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
Name | Description |
---|---|
FromFormExAttribute(bool) | Initialize a FromFormExAttribute instance. |