FormValueProvider Class
Represents a value provider for form values.
Assembly: System.Web (in System.Web.dll)
System.Web.ModelBinding::NameValueCollectionValueProvider
System.Web.ModelBinding::FormValueProvider
| Name | Description | |
|---|---|---|
![]() | FormValueProvider(ModelBindingExecutionContext^) | Initializes a new instance of the FormValueProvider class using the execution context. |
| Name | Description | |
|---|---|---|
![]() | ContainsPrefix(String^) | Returns a value that indicates whether the value provider contains the specified prefix.(Inherited from NameValueCollectionValueProvider.) |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | GetValue(String^) | Returns the value for the specified key.(Inherited from NameValueCollectionValueProvider.) |
![]() | GetValue(String^, Boolean) | Returns the value for the specified key and optionally enables the caller to specify whether request validation should be skipped.(Inherited from NameValueCollectionValueProvider.) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 4.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
