5
Answers

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

Photo of Gopi

Gopi

2y
590
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)