Exemplo n.º 1
0
 public static string GetPhysicalPath(this IRequest httpReq)
 {
     return(HostContext.ResolvePhysicalPath(httpReq.PathInfo, httpReq));
 }