Click or drag to resize

CompositeControlBase Constructor (String)

Constructor for use when specific base control type is required.

Namespace:  NetQuarry.WebControls
Assembly:  EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public CompositeControlBase(
	string tag
)

Parameters

tag
Type: SystemString
The tag, e.g. "div" of the base type to create.
See Also