C# 通过后台获取浏览器域名时间:2022-12-04 20:18:09通过httpContext.获取当前地址当前主机域名 string url = HttpContext.Current.Request.Url.Host.ToString();