QueryStringValueProvider Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a value provider for query strings that are contained in a NameValueCollection object.
public sealed class QueryStringValueProvider : System.Web.Mvc.NameValueCollectionValueProvider
type QueryStringValueProvider = class
inherit NameValueCollectionValueProvider
Public NotInheritable Class QueryStringValueProvider
Inherits NameValueCollectionValueProvider
- Inheritance
Query |
Initializes a new instance of the QueryStringValueProvider class. |
Contains |
Determines whether the collection contains the specified prefix. (Inherited from NameValueCollectionValueProvider) |
Get |
Gets the keys using the specified prefix. (Inherited from NameValueCollectionValueProvider) |
Get |
Returns a value object using the specified key and validation directive. (Inherited from NameValueCollectionValueProvider) |
Get |
Returns a value object using the specified key. (Inherited from NameValueCollectionValueProvider) |
Product | Versions |
---|---|
ASP.NET MVC | 5.2 |