Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dim hl As New HyperLink
hl.ID = "the ID"
hl.Text = "some test"
hl.Target = "the target"
hl.NavigateUrl = "the URL from web.config"
Me.FindControl("Form1").Controls.Add(hl)