I want to get the current page absolute url in sharepoint.. I'm using:
this.Page.Request.Url.ToString()
But for:
http://e-albania.tirana.bz:6002/sites/ealbania02/_layouts/IISNewsBox/news_view.aspx
it returns
http://e-albania.tirana.bz:6002/_layouts/IISNewsBox/news_view.aspx
Maybe cause layouts folder is the same for all the web applications.. How do I get the correct url?
Page.Request.RawUrl?