Gopi

Gopi

  • 1.1k
  • 277
  • 14.9k

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

Mar 6 2023 9:50 AM

<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)