I want to display the link that can be clickable, appearing as text:
I'm using the code below, but it still comes as text and I can not click:
@Html.Raw(HttpUtility.HtmlDecode(item.Facebook))
Place:
<a href="@HttpUtility.HtmlDecode(item.Facebook)">Texto do Link</a>