Gopi

Gopi

  • 1.4k
  • 305
  • 20.4k

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)