Get the HTML for a favicon link

Namespace: DotNetNuke.UI.Internals
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static string GetHeaderLink(
	int portalId
)
Visual Basic
Public Shared Function GetHeaderLink ( 
	portalId As Integer
) As String

Parameters

portalId
Type: System..::..Int32
The portal id

Return Value

The HTML for the favicon link for the portal, or an empty string if there is no favicon

See Also