I have a simple link that does not work. Clicking on it defaults to adding the linkt to the current controller directory:
the @Model.Webside is just a string with a website adress. like www.google.com
<a href="@Model.Webside"><i class="fa fa-dribbble"></i></a>
So this becomes "controllername/linkadress" and not "linkadress".
How can I make it work?