In this post, i'm going to share to code snippet for add logo in the browser tab
This example is simple and easily understandable code using asp.net with c#
This link tag is add in header tag in site browsers
<link id="myIconImage" runat="server" rel="MY ICON" href="~/myIconImage.ico" type="image/x-icon" />
This example is simple and easily understandable code using asp.net with c#
This link tag is add in header tag in site browsers
<link id="myIconImage" runat="server" rel="MY ICON" href="~/myIconImage.ico" type="image/x-icon" />