Share via


QueryStringValueProvider Class

Definition

Represents a value provider for query strings that are contained in a NameValueCollection object.

C#
public sealed class QueryStringValueProvider : System.Web.Mvc.NameValueCollectionValueProvider
Inheritance
QueryStringValueProvider

Constructors

Methods

ContainsPrefix(String)

Determines whether the collection contains the specified prefix.

(Inherited from NameValueCollectionValueProvider)
GetKeysFromPrefix(String)

Gets the keys using the specified prefix.

(Inherited from NameValueCollectionValueProvider)
GetValue(String, Boolean)

Returns a value object using the specified key and validation directive.

(Inherited from NameValueCollectionValueProvider)
GetValue(String)

Returns a value object using the specified key.

(Inherited from NameValueCollectionValueProvider)

Applies to

Product Versions
ASP.NET MVC 5.2