MagicCMS Documentation

MagicUtils..::..AnchorElement Method

Create an Anchor Element

Namespace:  MagicCMS.Core
Assembly:  MagicCMS.4.5 (in MagicCMS.4.5.dll)

Syntax


public static HtmlAnchor AnchorElement(
	string cssClass,
	string href,
	string innerHTML
)

Parameters

cssClass
Type: String
Class of element
href
Type: String
Href of element
innerHTML
Type: String
Inner html or text of element

Return Value