c# .net Adsense ADO.NET Linq Viruses/security asp.net MVC JQuery Angular-js Node-js SEO Java C++ SQL API Networking vb.net .Net Css JavaScript Generics c#.Net entity framework HTML Website host Website Construction Guide HTTP tutorial W3C tutorial Web Services JSON Psychology Ionic framework Angular ReactJS Python Computer Android
asp.net MVC

How to get current page url using MVC.net?

| | ASP-NET

If you want to share current page url to anybody. We can pass current page url


By following methods.  we doesn't seem to get the entire URL, just everything after the domain. 


 Request.Url.ToString(),  Request.Url.AbsoluteUri.
 Request.RawUrl or Request.Url.OriginalString.