Pages

Wednesday, January 5, 2011

SharePoint 2010: 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:asdf

<SharePoint:SPShortcutIcon runat=”serverIconUrl=”YourIconUrl/> 

You are done…

1 comment:

Note: Only a member of this blog may post a comment.