5
Answers

Unable to use Html.Raw() in view component.

Gopi

Gopi

1y
549
1

<div class="detail-body pe-4">

@Html.Raw(Model.html);

</div> This div does not load anything form model if i use this in view component.

Answers (5)