Share via


IHttpVirtualPathData Interface

 

Defines the properties for HTTP route.

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

Syntax

public interface IHttpVirtualPathData
public interface class IHttpVirtualPathData
type IHttpVirtualPathData = interface end
Public Interface IHttpVirtualPathData

Properties

Name Description
System_CAPS_pubproperty Route

Gets the HTTP route.

System_CAPS_pubproperty VirtualPath

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

See Also

System.Web.Http.Routing Namespace

Return to top