Table of Contents

Class QueryStringValueProviderFactory

Namespace
System.Web.Http.ValueProviders.Providers
Assembly
System.Web.Http.dll

Represents a class that is responsible for creating a new instance of a query-string value-provider object.

public class QueryStringValueProviderFactory : ValueProviderFactory
Inheritance
QueryStringValueProviderFactory
Inherited Members

Constructors

QueryStringValueProviderFactory()

Initializes a new instance of the QueryStringValueProviderFactory class.

public QueryStringValueProviderFactory()

Methods

GetValueProvider(HttpActionContext)

Retrieves a value-provider object for the specified controller context.

public override IValueProvider GetValueProvider(HttpActionContext actionContext)

Parameters

actionContext HttpActionContext

An object that encapsulates information about the current HTTP request.

Returns

IValueProvider

A query-string value-provider object.