The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
RouteCollection::GetVirtualPath Method
.NET Framework (current version)
Returns information about the URL path that is associated with the route.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | GetVirtualPath(RequestContext^, RouteValueDictionary^) | Returns information about the URL path that is associated with the route, given the specified context and parameter values. |
![]() | GetVirtualPath(RequestContext^, String^, RouteValueDictionary^) | Returns information about the URL path that is associated with the named route, given the specified context, route name, and parameter values. |
Show:
