QueryStringValueProvider(ControllerContext) Constructor

Definition

Initializes a new instance of the QueryStringValueProvider class.

public QueryStringValueProvider (System.Web.Mvc.ControllerContext controllerContext);
new System.Web.Mvc.QueryStringValueProvider : System.Web.Mvc.ControllerContext -> System.Web.Mvc.QueryStringValueProvider
Public Sub New (controllerContext As ControllerContext)

Parameters

controllerContext
ControllerContext

An object that encapsulates information about the current HTTP request.

Applies to