1 override of ApplicationPath
System.Web (1)
Abstractions\HttpRequestWrapper.cs (1)
71public override string ApplicationPath {
2 references to ApplicationPath
System.Web (2)
UI\Util.cs (1)
1408string appPath = context.Request.ApplicationPath ?? String.Empty;
WebSockets\AspNetWebSocketContextImpl.cs (1)
52return _httpContext.Request.ApplicationPath;