For Field Helper : Field Helper : Ans B
@Html.Sitecore().Field("Field Name", new { DisableWebEdit = true })
For : Tag helpers : Ans C
<div asp-for="@Model.Description" convert-new-lines="false"></div>
Hence Answer is B
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
PRAVF9CY
8 months, 2 weeks agouma_fox
1 year, 3 months agoAlexEthisys
1 year, 7 months ago