UrlHelper Constructor (RequestContext)
Initializes a new instance of the UrlHelper class using the specified request context.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Sub New ( _ requestContext As RequestContext _ ) 'Usage Dim requestContext As RequestContext Dim instance As New UrlHelper(requestContext)
Parameters
- requestContext
- Type: System.Web.Routing.RequestContext
An object that contains information about the current request and about the route that it matched.
| Exception | Condition |
|---|---|
| ArgumentNullException | The requestContext parameter is Nothing. |
Show: