1 override of PathInfo
System.Web (1)
Abstractions\HttpRequestWrapper.cs (1)
201public override string PathInfo {
2 references to PathInfo
System.Web (2)
Routing\Route.cs (1)
94string requestPath = httpContext.Request.AppRelativeCurrentExecutionFilePath.Substring(2) + httpContext.Request.PathInfo;
WebSockets\AspNetWebSocketContextImpl.cs (1)
169return _httpContext.Request.PathInfo;