[]
Defines a ModelBinderAttribute object to deserialize the values from form.
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Parameter, AllowMultiple = false, Inherited = true)]
public class FromFormExAttribute : ModelBinderAttribute, IModelNameProvider, IBinderTypeProviderMetadata, IBindingSourceMetadata
Name | Description |
---|---|
FromFormExAttribute(bool) | Initialize a FromFormExAttribute instance. |