Gets the Icon URL.

Namespace: DotNetNuke.Entities.Icons
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static string IconURL(
	string key
)
Visual Basic
Public Shared Function IconURL ( 
	key As String
) As String

Parameters

key
Type: System..::..String
Key to icon, e.g. edit

Return Value

Link to the image, e.g. /Icons/Sigma/edit_16x16_standard.png

See Also