Skip to main content

change itChange your link to this.:

<a href="@Html.Raw(Model.SomeUrl)">my link</a>

change it to this.

<a href="@Html.Raw(Model.SomeUrl)">my link</a>

Change your link to this:

<a href="@Html.Raw(Model.SomeUrl)">my link</a>
Source Link
Abdul Qadir Memon
  • 1.1k
  • 1
  • 15
  • 30

change it to this.

<a href="@Html.Raw(Model.SomeUrl)">my link</a>