ViewStateValueProvider Class
Represents a value provider for view state values.
Assembly: System.Web (in System.Web.dll)
System.Web.ModelBinding::SimpleValueProvider
System.Web.ModelBinding::ViewStateValueProvider
| Name | Description | |
|---|---|---|
![]() | ViewStateValueProvider(ModelBindingExecutionContext^) | Initializes a new instance of the ViewStateValueProvider class by using the execution context. |
| 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.
