Mi chiedo quale sia il modo migliore per ottenere il dominio corrente in ASP.NET?
Per esempio:
http://www.domainname.com/subdir/ dovrebbe restituire http://www.domainname.com http://www.sub.domainname.com/subdir/ dovrebbe restituire http://sub.domainname.com
Come guida, dovrei essere in grado di aggiungere un URL come "/Folder/Content/filename.html" (diciamo come generato da Url.RouteUrl () in ASP.NET MVC) direttamente sull'URL e dovrebbe funzionare.