asp.net获取浏览器地址栏参数

地址如下:http://user:password@location:port/path?param=value#flag
怎么获取到地址栏的 user pssword的值,研究了一上午也没获取到,没思路了,还望各位大神指点一二!

PS:浏览器地址栏是支持这么输入的,SVN的地址这么输入时可以的,如果没有用户信息,还会弹出用户信息输入框!具体的实现逻辑我也不是很清楚!

http://stackoverflow.com/questions/3280037/how-to-get-user-name-and-password-from-url-in-asp-net

Request.QueryString["path"] //得到value

看错了
UriPartial.Authority
http://www.cnblogs.com/dudu/p/3435987.html