C# Класс BootstrapComponents.Core.GenericInnerHtmlContainer

Наследование: HtmlContainer
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
_innerHtml string

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

Метод Описание
Element ( IHtmlString html ) : void

Insert any html content

Element ( string html ) : void

Insert any html content

GenericInnerHtmlContainer ( string tag, string innerHtml = "", bool selfClosing = true ) : System.Web
InnerHtml ( ) : string

Описание методов

Element() публичный метод

Insert any html content
public Element ( IHtmlString html ) : void
html IHtmlString
Результат void

Element() публичный метод

Insert any html content
public Element ( string html ) : void
html string
Результат void

GenericInnerHtmlContainer() публичный метод

public GenericInnerHtmlContainer ( string tag, string innerHtml = "", bool selfClosing = true ) : System.Web
tag string
innerHtml string
selfClosing bool
Результат System.Web

InnerHtml() публичный метод

public InnerHtml ( ) : string
Результат string

Описание свойств

_innerHtml защищенное свойство

protected string _innerHtml
Результат string