Gopi

Gopi

  • 2k
  • 165
  • 5.2k

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)