C# 클래스 Rock.Web.UI.Controls.HtmlGenericContainer

An HtmlGenericContainer that implements the INamingContainer interface
상속: System.Web.UI.HtmlControls.HtmlGenericControl, INamingContainer
파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

HtmlGenericContainer() 공개 메소드

Initializes a new instance of the HtmlGenericContainer class.
public HtmlGenericContainer ( ) : System.Web.UI
리턴 System.Web.UI

HtmlGenericContainer() 공개 메소드

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