Get Current Url Vb Net

[Solved] Get Current Url Vb Net | Vb - Code Explorer | yomemimo.com
Question : get current url vb.net

Answered by : jittery-jaguar-zjongvyun99d

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

Source : https://stackoverflow.com/questions/22852142/get-current-url-in-vb-net | Last Update : Tue, 03 Nov 20

Answers related to get current url vb net

Code Explorer Popular Question For Vb