标签: c# .net
我想在c#中获取当前页面网址。我试过下面的代码
_path = System.Web.HttpContext.Current.Request.Url.Host;
但我收到错误"对象引用没有设置为对象的实例"
请帮帮我。 谢谢