C# Class Subtext.Web.Admin.Pages.Customize

Inheritance: AdminOptionsPage
Afficher le fichier Open project: ayende/Subtext

Protected Properties

Свойство Type Description
MetatagRepeater global::System.Web.UI.WebControls.Repeater
resultsPager global::Subtext.Web.Controls.PagingControl

Méthodes protégées

Méthode Description
BindLocalUI ( ) : void
EvalContent ( object dataItem ) : string
EvalHttpEquiv ( object dataItem ) : string
EvalName ( object dataItem ) : string
EvalTag ( object dataItem ) : MetaTag
OnLoad ( System e ) : void

Method Details

BindLocalUI() protected méthode

protected BindLocalUI ( ) : void
Résultat void

EvalContent() protected static méthode

protected static EvalContent ( object dataItem ) : string
dataItem object
Résultat string

EvalHttpEquiv() protected static méthode

protected static EvalHttpEquiv ( object dataItem ) : string
dataItem object
Résultat string

EvalName() protected static méthode

protected static EvalName ( object dataItem ) : string
dataItem object
Résultat string

EvalTag() protected static méthode

protected static EvalTag ( object dataItem ) : MetaTag
dataItem object
Résultat Subtext.Framework.Components.MetaTag

OnLoad() protected méthode

protected OnLoad ( System e ) : void
e System
Résultat void

Property Details

MetatagRepeater protected_oe property

MetatagRepeater control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Repeater MetatagRepeater
Résultat global::System.Web.UI.WebControls.Repeater

resultsPager protected_oe property

resultsPager control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Subtext.Web.Controls.PagingControl resultsPager
Résultat global::Subtext.Web.Controls.PagingControl