RouteCollectionExtensions.GetVirtualPathForArea Method
Include Protected Members
Include Inherited Members
Returns an object that contains information about the route and virtual path that are the result of generating a URL in the current area.
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 | |
---|---|---|
GetVirtualPathForArea(RouteCollection, RequestContext, RouteValueDictionary) | Returns an object that contains information about the route and virtual path that are the result of generating a URL in the current area. | |
GetVirtualPathForArea(RouteCollection, RequestContext, String, RouteValueDictionary) | Returns an object that contains information about the route and virtual path that are the result of generating a URL in the current area. |
Top