UrlHelper Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the UrlHelper class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
UrlHelper(RequestContext) | Initializes a new instance of the UrlHelper class using the specified request context. | |
UrlHelper(RequestContext, RouteCollection) | Initializes a new instance of the UrlHelper class by using the specified request context and route collection. |
Top