QueryStringValueProviderFactory Class
Definition
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 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
Constructors
QueryStringValueProviderFactory() |
Initializes a new instance of the QueryStringValueProviderFactory class. |
Methods
GetValueProvider(ControllerContext) |
Returns a value-provider object for the specified controller context. |