QueryStringValueProviderFactory Class
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.
C#
public sealed class QueryStringValueProviderFactory : System.Web.Mvc.ValueProviderFactory
type QueryStringValueProviderFactory = class
inherit ValueProviderFactory
Public NotInheritable Class QueryStringValueProviderFactory
Inherits ValueProviderFactory
- Inheritance
Query |
Initializes a new instance of the QueryStringValueProviderFactory class. |
Get |
Returns a value-provider object for the specified controller context. |
Product | Versions |
---|---|
ASP.NET MVC | 5.2 |