ASP.NET MVC Uzyskaj bieżący adres URL

// Use the HttpRequest.Url.PathAndQuery Property to retrieve the absolute path and query like so:
<%= Request.Url.PathAndQuery %>
Doge Amazedo