Search Results

-1
votes

What’s the best method in ASP.NET to obtain the current domain?

How about: String domain = "http://" + Request.Url.Host …