Table of Contents

Class QueryStringValueProvider

Namespace
System.Web.Mvc
Assembly
System.Web.Mvc.dll

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

public sealed class QueryStringValueProvider : NameValueCollectionValueProvider, IUnvalidatedValueProvider, IEnumerableValueProvider, IValueProvider
Inheritance
QueryStringValueProvider
Implements
Inherited Members

Constructors

QueryStringValueProvider(ControllerContext)

Initializes a new instance of the QueryStringValueProvider class.

public QueryStringValueProvider(ControllerContext controllerContext)

Parameters

controllerContext ControllerContext

An object that encapsulates information about the current HTTP request.