Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Returns information about the URL path that is associated with the route.

Namespace:   System.Web.Routing
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodGetVirtualPath(RequestContext^, RouteValueDictionary^)

Returns information about the URL path that is associated with the route, given the specified context and parameter values.

System_CAPS_pubmethodGetVirtualPath(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.

Return to top
Show:
© 2017 Microsoft