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

Inheritance: AdminOptionsPage
显示文件 Open project: ayende/Subtext

Protected Properties

Property Type Description
MetatagRepeater global::System.Web.UI.WebControls.Repeater
resultsPager global::Subtext.Web.Controls.PagingControl

Protected Methods

Method 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 method

protected BindLocalUI ( ) : void
return void

EvalContent() protected static method

protected static EvalContent ( object dataItem ) : string
dataItem object
return string

EvalHttpEquiv() protected static method

protected static EvalHttpEquiv ( object dataItem ) : string
dataItem object
return string

EvalName() protected static method

protected static EvalName ( object dataItem ) : string
dataItem object
return string

EvalTag() protected static method

protected static EvalTag ( object dataItem ) : MetaTag
dataItem object
return Subtext.Framework.Components.MetaTag

OnLoad() protected method

protected OnLoad ( System e ) : void
e System
return 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
return 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
return global::Subtext.Web.Controls.PagingControl