SimpleValueProvider Methods
.NET Framework (current version)
Namespace:
System.Web.ModelBinding
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | ContainsPrefix(String) | Gets a value that indicates whether the value provider contains the specified prefix. |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | FetchValue(String) | When implemented in a derived class, returns the value for the specified key. |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(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. |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Show:

