从C#.NET Web应用程序调用的DLL中,您如何找到Web应用程序的基本URL?
这会有用吗?
HttpContext.Current.Request.Url
更新:
要获取基本URL,您可以使用:
HttpContext.Current.Request.Url.GetComponents(UriComponents.SchemeAndServer, UriFormat.Unescaped)