You could make this id part of the view model and use it in the display template: <span id="@Model.Id">@Html.DisplayFor(x => x.Value)</span> ...
確定! 回上一頁