ASP.NET MVC Obtenha URL atual em vista
// Use the HttpRequest.Url.PathAndQuery Property to retrieve the absolute path and query like so:
<%= Request.Url.PathAndQuery %>
Doge Amazedo