ControlValueProvider Class
Represents a value provider for control values.
Assembly: System.Web (in System.Web.dll)
System.Web.ModelBinding::SimpleValueProvider
System.Web.ModelBinding::ControlValueProvider
| Name | Description | |
|---|---|---|
![]() | ControlValueProvider(ModelBindingExecutionContext^, String^) | Initializes a new instance of the ControlValueProvider class. |
| Name | Description | |
|---|---|---|
![]() | PropertyName | Gets the name of the control property to get the value from. |
| Name | Description | |
|---|---|---|
![]() | ContainsPrefix(String^) | Gets a value that indicates whether the value provider contains the specified prefix.(Inherited from SimpleValueProvider.) |
![]() | 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^) | Calls the FetchValue method and then uses the returned value to instantiate a new instance of the ValueProviderResult class.(Inherited from SimpleValueProvider.) |
![]() | 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.

