How to Find the Url of the Current Request?
Am building an autoupdate DLL in .net, a function in DLL gets url as input parameter and check the domain is registered on server or not.
For that, how can i get the url 开发者_如何学Cof the page from the DLL without knowing the programmer in aspx pages.
HttpContext.Current.Request.Url
精彩评论