WEB开发网
开发学院WEB开发ASP.NET 在ASP.NET里得到网站的域名 阅读

在ASP.NET里得到网站的域名

 2006-05-26 17:07:58 来源:WEB开发网   
核心提示:Dim url, host_url, no_http, host_name As String '定义变量url = HttpContext.Current.Request.Url.ToString '获取当前页的URLno_http = url.Substring(url.IndexOf("
Dim url, host_url, no_http, host_name As String          '定义变量
url = HttpContext.Current.Request.Url.ToString          '获取当前页的URL
no_http = url.Substring(url.IndexOf("//") + 2)            '截取去掉HTTP://的URL
host_url = "http://" & no_http.Substring(0, no_http.IndexOf("/") + 1)  '组合成当前网站的域名

Tags:ASP NET 得到

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接