C# Class Rock.Web.UI.Controls.DynamicControlsHtmlGenericControl

Inheritance: System.Web.UI.HtmlControls.HtmlGenericControl
显示文件 Open project: NewSpring/Rock Class Usage Examples

Public Methods

Method Description
DynamicControlsHtmlGenericControl ( string tag ) : System.Web.UI

Initializes a new instance of the DynamicControlsHtmlGenericControl class.

Method Details

DynamicControlsHtmlGenericControl() public method

Initializes a new instance of the DynamicControlsHtmlGenericControl class.
public DynamicControlsHtmlGenericControl ( string tag ) : System.Web.UI
tag string The name of the element for which this instance of the class is created.
return System.Web.UI