Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Syntax
'Declaration
Public Sub New ( _
requestContext As RequestContext _
)
public UrlHelper(
RequestContext requestContext
)
public:
UrlHelper(
RequestContext^ requestContext
)
Parameters
- requestContext
Type: System.Web.Routing.RequestContext
An object that contains information about the current request and about the route that it matched.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | The requestContext parameter is null reference (Nothing in Visual Basic). |