Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the route of the virtual path..
Namespace: System.Web.Http.Routing
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Property Route As IHttpRoute
Get
Private Set
'Usage
Dim instance As HttpVirtualPathData
Dim value As IHttpRoute
value = instance.Route
public IHttpRoute Route { get; private set; }
public:
virtual property IHttpRoute^ Route {
IHttpRoute^ get () sealed;
private: void set (IHttpRoute^ value) sealed;
}
abstract Route : IHttpRoute with get, private set
override Route : IHttpRoute with get, private set
final function get Route () : IHttpRoute
private final function set Route (value : IHttpRoute)
Property Value
Type: System.Web.Http.Routing.IHttpRoute
The route of the virtual path.