HttpVirtualPathData Class
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 | |
---|---|---|
HttpVirtualPathData | Initializes a new instance of the HttpVirtualPathData class. |
Top
Properties
Name | Description | |
---|---|---|
Route | Gets or sets the route of the virtual path.. | |
VirtualPath | Gets or sets the URL that was created from the route definition. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.