I want to build url to the action in ASP.NET Core. There is handy way to do this - use IUrlHelper interface, which is accessible in any controller through Url
IUrlHelper
Url