Interface IHttpVirtualPathData
Defines the properties for HTTP route.
public interface IHttpVirtualPathData
Properties
Route
Gets the HTTP route.
IHttpRoute Route { get; }
Property Value
- IHttpRoute
The HTTP route.
VirtualPath
Gets the URI that represents the virtual path of the current HTTP route.
string VirtualPath { get; set; }
Property Value
- string
The URI that represents the virtual path of the current HTTP route.