By tag: HttpRuntime
0
kicks
Using HttpRuntime to get the web application absolute path
We all know in ASP.NET, to get the absolute path from the relative path, you can prefix your relative path with the Tilde character as follows:
MyHyperLink.NavigateUrl = "~/Catalog/ASP/Products";