C# Class KnowYourTurf.Core.Html.Expressions.HtmlCommonExpressionBase

Afficher le fichier Open project: reharik/KnowYourTurf

Méthodes publiques

Méthode Description
ToString ( ) : string

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
addCssClasses ( StringBuilder builder, string>.IDictionary attributes ) : void

Method Details

GetAllHtmlAttributes() protected méthode

protected GetAllHtmlAttributes ( ) : string>.IDictionary
Résultat string>.IDictionary

GetHtmlAttributesString() protected méthode

protected GetHtmlAttributesString ( ) : string
Résultat string

HtmlCommonExpressionBase() protected méthode

protected HtmlCommonExpressionBase ( ) : System.Collections.Generic
Résultat System.Collections.Generic

ToString() public méthode

public ToString ( ) : string
Résultat string

addMainTagAttributes() protected méthode

protected addMainTagAttributes ( ) : void
Résultat void

beforeEndingMainTag() protected méthode

protected beforeEndingMainTag ( System.Web.UI.HtmlTextWriter html ) : void
html System.Web.UI.HtmlTextWriter
Résultat void

beforeMainTagInnerText() protected méthode

protected beforeMainTagInnerText ( System.Web.UI.HtmlTextWriter html ) : void
html System.Web.UI.HtmlTextWriter
Résultat void

beforeStartingMainTag() protected méthode

protected beforeStartingMainTag ( System.Web.UI.HtmlTextWriter html ) : void
html System.Web.UI.HtmlTextWriter
Résultat void

renderCustomAttributes() protected méthode

protected renderCustomAttributes ( System.Web.UI.HtmlTextWriter html ) : void
html System.Web.UI.HtmlTextWriter
Résultat void

theMainTagInnerTextIs() protected méthode

protected theMainTagInnerTextIs ( ) : string
Résultat string

theMainTagIs() protected méthode

protected theMainTagIs ( ) : string
Résultat string