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:
