Posted 2 November 2022, 10:20 pm 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 ?