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

Inheritance: System.Web.UI.HtmlControls.HtmlGenericControl
Afficher le fichier Open project: NewSpring/Rock Class Usage Examples

Méthodes publiques

Méthode Description
DynamicControlsHtmlGenericControl ( string tag ) : System.Web.UI

Initializes a new instance of the DynamicControlsHtmlGenericControl class.

Method Details

DynamicControlsHtmlGenericControl() public méthode

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.
Résultat System.Web.UI