I want to be able to transfer the view link from the controller. Is there something like Html.ActionLinkserver side?Thanks for the help!
Html.ActionLink
In your controller, you can use Url.Actionto create a new URL using actions, controllers, and route values.
Url.Action
This does not return a tag <a>, but only a URL that you can use in your controller.
<a>
Source: https://habr.com/ru/post/1767126/More articles:Why are my annotated JPA classes not detected implicitly? - javaHow can I prevent my TextView from matching? - androidBitmapImage WPF Memory Problem - memoryC # hides and shows the panel on top of the separation container - c #Table normalization: finding unique columns by row (Oracle 10.x) - oraclePossible memory leak with tomcat - javaHow can I maintain border radius in all major web browsers? - cssCreating an instance of SelectionChangedEventArgs in wpf - wpfWpf widget development - c #https://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1767131/unable-to-set-focus-to-datepicker-using-attached-property-in-wpf&usg=ALkJrhi7hnkvX8PUI5EjoiUl5KglaSsPgQAll Articles