Reputation: 21924
If my base url is
www.mysite.com
i.e.
<a href="{{ my base url }} /games.aspx">Games</a>
<a href="{{ my base url }} /toys.aspx">Toys</a>
Upvotes: 0
Views: 905
Reputation: 8943
You can look up the PortalAlias via the PortalSettings if you ASCX file inherits from PortalModuleBase
PortalSettings.PortalAlias.HTTPAlias
Upvotes: 1