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