HttpRouteCollection.VirtualPathRoot Property
Gets the virtual path root.
Namespace: System.Web.Http
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property VirtualPathRoot As String
Get
'Usage
Dim instance As HttpRouteCollection
Dim value As String
value = instance.VirtualPathRoot
public virtual string VirtualPathRoot { get; }
public:
virtual property String^ VirtualPathRoot {
String^ get ();
}
abstract VirtualPathRoot : string
override VirtualPathRoot : string
function get VirtualPathRoot () : String
Property Value
Type: System.String
The virtual path root.