C# Класс Rock.Web.UI.Controls.HtmlGenericContainer

An HtmlGenericContainer that implements the INamingContainer interface
Наследование: System.Web.UI.HtmlControls.HtmlGenericControl, INamingContainer
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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