QueryStringValueProviderFactory Class

Definition

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

public sealed class QueryStringValueProviderFactory : System.Web.Mvc.ValueProviderFactory
type QueryStringValueProviderFactory = class
    inherit ValueProviderFactory
Public NotInheritable Class QueryStringValueProviderFactory
Inherits ValueProviderFactory
Inheritance
QueryStringValueProviderFactory

Constructors

QueryStringValueProviderFactory()

Initializes a new instance of the QueryStringValueProviderFactory class.

Methods

GetValueProvider(ControllerContext)

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

Applies to