Posted 3 November 2022, 7:20 am EST
I’m trying to do this:
Search request
so I need the ~ to be rendered as http://myserver/app/…
in mvc I would do
<a href=“<%=Url.Content(”~/Cases/SupRequestSearch.aspx")%>>Search request
is there something similar in asp.net web forms ?