Posts

Showing posts with the label Add favicon icon to site

Add favicon icon to site

Add favicon icon to site In SharePoint if you need to add favicon, you can do so easily by using SharePoint Out-of-box control SPShortcutIcon. The following code snippet shows how you can set the favicon: <SharePoint:SPShortcutIcon runat=”server” IconUrl=”YourIconUrl”/>