The following code works fine in development, as soon as I deploy to the web server, he said that he could find the file directory. I need to modify the .client template so that it is not hardcoded as before. Therefore, if we deploy a server on which the name of the top folder differs or the hierarchy changes, it still finds the page.
I thought using @ Url.Action, but not sure how to implement in .CLientTemplate in this case
columns.Template(@<text> @Html.ActionLink(@item.FirstName, "Index", "Summary", new { testId = @item.FirstName }) </text>) .ClientTemplate("<a href='/Summary/Index/?testId =
source share