📜  获取当前 url vb.net - VBA 代码示例

📅  最后修改于: 2022-03-11 14:51:54.256000             🧑  作者: Mango

代码示例1
Dim url As String = HttpContext.Current.Request.Url.AbsoluteUri
Dim path As String = HttpContext.Current.Request.Url.AbsolutePath
Dim host As String = HttpContext.Current.Request.Url.Host