Home »
Code Examples »
ASP.Net Code Examples
ASP.Net - How to get current page URL in MVC3? Code Example
The code for How to get current page URL in MVC3?
To get the current page URL in MVC3
You can use the
Request.RawUrl, Request.Url.OriginalString, Request.Url.ToString() or
Request.Url.AbsoluteUri
Code by IncludeHelp,
on February 28, 2023 08:22