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.

HttpRouteCollection::GetVirtualPath Method (HttpRequestMessage^, String^, IDictionary<String^, Object^>^)

 

Gets a virtual path.

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

public:
virtual IHttpVirtualPathData^ GetVirtualPath(
	HttpRequestMessage^ request,
	String^ name,
	IDictionary<String^, Object^>^ values
)

Parameters

request
Type: System.Net.Http::HttpRequestMessage^

The HTTP request.

name
Type: System::String^

The route name.

values
Type: System.Collections.Generic::IDictionary<String^, Object^>^

The route values.

Return Value

Type: System.Web.Http.Routing::IHttpVirtualPathData^

An IHttpVirtualPathData instance that represents the virtual path.

Return to top
Show: