C# Класс KnowYourTurf.Core.Html.Expressions.HtmlCommonExpressionBase

Показать файл Открыть проект

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

Метод Описание
ToString ( ) : string

Защищенные методы

Метод Описание
GetAllHtmlAttributes ( ) : string>.IDictionary
GetHtmlAttributesString ( ) : string
HtmlCommonExpressionBase ( ) : System.Collections.Generic
addMainTagAttributes ( ) : void
beforeEndingMainTag ( System.Web.UI.HtmlTextWriter html ) : void
beforeMainTagInnerText ( System.Web.UI.HtmlTextWriter html ) : void
beforeStartingMainTag ( System.Web.UI.HtmlTextWriter html ) : void
renderCustomAttributes ( System.Web.UI.HtmlTextWriter html ) : void
theMainTagInnerTextIs ( ) : string
theMainTagIs ( ) : string

Приватные методы

Метод Описание
addCssClasses ( StringBuilder builder, string>.IDictionary attributes ) : void

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

GetAllHtmlAttributes() защищенный Метод

protected GetAllHtmlAttributes ( ) : string>.IDictionary
Результат string>.IDictionary

GetHtmlAttributesString() защищенный Метод

protected GetHtmlAttributesString ( ) : string
Результат string

HtmlCommonExpressionBase() защищенный Метод

protected HtmlCommonExpressionBase ( ) : System.Collections.Generic
Результат System.Collections.Generic

ToString() публичный Метод

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

addMainTagAttributes() защищенный Метод

protected addMainTagAttributes ( ) : void
Результат void

beforeEndingMainTag() защищенный Метод

protected beforeEndingMainTag ( System.Web.UI.HtmlTextWriter html ) : void
html System.Web.UI.HtmlTextWriter
Результат void

beforeMainTagInnerText() защищенный Метод

protected beforeMainTagInnerText ( System.Web.UI.HtmlTextWriter html ) : void
html System.Web.UI.HtmlTextWriter
Результат void

beforeStartingMainTag() защищенный Метод

protected beforeStartingMainTag ( System.Web.UI.HtmlTextWriter html ) : void
html System.Web.UI.HtmlTextWriter
Результат void

renderCustomAttributes() защищенный Метод

protected renderCustomAttributes ( System.Web.UI.HtmlTextWriter html ) : void
html System.Web.UI.HtmlTextWriter
Результат void

theMainTagInnerTextIs() защищенный Метод

protected theMainTagInnerTextIs ( ) : string
Результат string

theMainTagIs() защищенный Метод

protected theMainTagIs ( ) : string
Результат string