Answers for "get url of action in controller"

0

get url of action in controller

var fullUrl = this.Url.Action("Edit", "Posts", new { id = 5 }, this.Request.Url.Scheme);
Posted by: Guest on October-24-2021

Code answers related to "get url of action in controller"

Browse Popular Code Answers by Language