QueryStringValueProvider Class
Represents a value provider for query strings that are contained in a NameValueCollection object.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
System.Web.Mvc.NameValueCollectionValueProvider
System.Web.Mvc.QueryStringValueProvider
| Name | Description | |
|---|---|---|
![]() | QueryStringValueProvider(ControllerContext) | Initializes a new instance of the QueryStringValueProvider class. |
| Name | Description | |
|---|---|---|
![]() | ContainsPrefix(String) | Determines whether the collection contains the specified prefix.(Inherited from NameValueCollectionValueProvider.) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetKeysFromPrefix(String) | Gets the keys using the specified prefix.(Inherited from NameValueCollectionValueProvider.) |
![]() | GetType() | (Inherited from Object.) |
![]() | GetValue(String) | Returns a value object using the specified key.(Inherited from NameValueCollectionValueProvider.) |
![]() | GetValue(String, Boolean) | Returns a value object using the specified key and validation directive.(Inherited from NameValueCollectionValueProvider.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.jpeg?cs-save-lang=1&cs-lang=csharp)