Quantcast
Channel: ASP.NET Core
Viewing all articles
Browse latest Browse all 9386

Link pointing to other site don't work

$
0
0

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?


Viewing all articles
Browse latest Browse all 9386

Trending Articles