4,824 questions
Include the protocol so it knows it’s a domain name, not file
href="https://www.google.com"
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have code in cshtml page in asp.net core 5 ,and i have code :
<a href="www.google.com" target="_blank" rel="noreferrer noopener" order now
<span> </span></a>
when i try to run it open the url in same solution as
http://localhost:44305/Home/www.google.com
how i can redirect to the correct url ?
thanks
Include the protocol so it knows it’s a domain name, not file
href="https://www.google.com"