Presents the data regarding the HTTP virtual path.
Inheritance Hierarchy
System.Object
  System.Web.Http.Routing.HttpVirtualPathData
Namespace:  System.Web.Http.Routing
Assembly:  System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Class HttpVirtualPathData _
    Implements IHttpVirtualPathData
'Usage
Dim instance As HttpVirtualPathData
public class HttpVirtualPathData : IHttpVirtualPathData
public ref class HttpVirtualPathData : IHttpVirtualPathData
type HttpVirtualPathData =  
    class
        interface IHttpVirtualPathData
    end
public class HttpVirtualPathData implements IHttpVirtualPathData
The HttpVirtualPathData type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | HttpVirtualPathData | Initializes a new instance of the HttpVirtualPathData class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | Route | Gets or sets the route of the virtual path.. | 
| .jpeg) | VirtualPath | Gets or sets the URL that was created from the route definition. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals | (Inherited from Object.) | 
| .jpeg) | Finalize | (Inherited from Object.) | 
| .jpeg) | GetHashCode | (Inherited from Object.) | 
| .jpeg) | GetType | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone | (Inherited from Object.) | 
| .jpeg) | ToString | (Inherited from Object.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.