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.

IHttpVirtualPathData Interface

 

Defines the properties for HTTP route.

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

public interface class IHttpVirtualPathData

NameDescription
System_CAPS_pubpropertyRoute

Gets the HTTP route.

System_CAPS_pubpropertyVirtualPath

Gets the URI that represents the virtual path of the current HTTP route.

Return to top
Show: