메소드 | 설명 | |
---|---|---|
HtmlGenericContainer ( ) : System.Web.UI |
Initializes a new instance of the HtmlGenericContainer class.
|
|
HtmlGenericContainer ( string tag, string cssClass = null ) : System.Web.UI |
Initializes a new instance of the HtmlGenericContainer class.
|
public HtmlGenericContainer ( string tag, string cssClass = null ) : System.Web.UI | ||
tag | string | The name of the element for which this instance of the class is created. |
cssClass | string | The CSS class. |
리턴 | System.Web.UI |