1 override of AppRelativeCurrentExecutionFilePath
System.Web (1)
Abstractions\HttpRequestWrapper.cs (1)
83public override string AppRelativeCurrentExecutionFilePath {
2 references to AppRelativeCurrentExecutionFilePath
System.Web (2)
Routing\Route.cs (1)
94string requestPath = httpContext.Request.AppRelativeCurrentExecutionFilePath.Substring(2) + httpContext.Request.PathInfo;
Routing\RouteCollection.cs (1)
152string requestPath = httpContext.Request.AppRelativeCurrentExecutionFilePath;