MagicCMS Documentation

MagicUtils..::..HTMLElement Method (String, String)

Create an HTML element.

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

Syntax


public static HtmlGenericControl HTMLElement(
	string tagName,
	string cssClass
)

Parameters

tagName
Type: String
Name of the tag.
cssClass
Type: String
The CSS class.

Return Value

HtmlGenericControl.