[]
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 FromFormAttribute : ModelBinderAttribute
Name | Description |
---|---|
FromFormAttribute() | Initializes a new instance of FromFormAttribute class. |