Answers for "mvc get url of current page"

C#
0

asp.net mvc get current url in view

// Use the HttpRequest.Url.PathAndQuery Property to retrieve the absolute path and query like so:
<%= Request.Url.PathAndQuery %>
Posted by: Guest on July-05-2021

Code answers related to "mvc get url of current page"

C# Answers by Framework

Browse Popular Code Answers by Language