Determine the URL hostname without using HttpContext.Current?

后端 未结 4 1689
孤独总比滥情好
孤独总比滥情好 2021-02-19 04:32

Using the current request I can get the URL hostname with:

HttpContext.Current.Request.Url.Host

But - I need to determine the URL hostname with

4条回答
提交回复
热议问题