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: