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
Public method HttpVirtualPathData Initializes a new instance of the HttpVirtualPathData class.

Top

Properties

  Name Description
Public property Route Gets or sets the route of the virtual path..
Public property VirtualPath Gets or sets the URL that was created from the route definition.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

System.Web.Http.Routing Namespace