Looking at msdn ( UrlHelper.Route , UrlHelper.Link ), they seem to be exactly the same. Are there any reasons for using one or the other?
Route() returns the relative URI, Link() absolute.
Route()
Link()
Source: GitHub . Link() adds Request.RequestUri to the result of Route() .
Request.RequestUri
Source: https://habr.com/ru/post/1232962/More articles:How to save pillow image object in Django ImageField? - djangoIs there a specific way for known hosts on Windows? - windowsHow to redirect the user to another page? - javascriptThe object is redefined, but already freed; break on objc_overrelease_during_dealloc_error for debugging - iosCall the parent controller method from the child modal controller (ui bootstrap) - angularjsDisable months by month / DatePicker - javascriptHow to disable different months in each of the ranges of the date picker using the beforeShowDay method - javascriptPython, Matplotlib, Scatter plot, Change color at clicked point - pythonAvoid indirect and redundant method calls - javaDisplay scroll bar inside fixed position element - jqueryAll Articles