Creates a Favicon link in the header of the page.

Namespace: MonoSoftware.Web
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public static void CreateFaviconLink(
	Page page,
	string favIcon
)
Visual Basic
Public Shared Sub CreateFaviconLink ( 
	page As Page,
	favIcon As String
)
Visual C++
public:
static void CreateFaviconLink(
	Page^ page, 
	String^ favIcon
)
F#
static member CreateFaviconLink : 
        page : Page * 
        favIcon : string -> unit 

Parameters

page
Type: System.Web.UI..::..Page
Page
favIcon
Type: System..::..String
Favicon URL

See Also