C# Class Sitecore.Modules.WeBlog.WebForms.WebControls.ThemeIncludes

Inheritance: WebControl
Datei anzeigen Open project: WeTeam/WeBlog

Protected Properties

Property Type Description
ThemeLink IThemeInclude

Public Methods

Method Description
ThemeIncludes ( IThemeInclude tl = null ) : System.Web.UI

Protected Methods

Method Description
AddIncludeToOutput ( System.Web.UI.HtmlTextWriter output ) : void
DoRender ( System.Web.UI.HtmlTextWriter output ) : void

Method Details

AddIncludeToOutput() protected method

protected AddIncludeToOutput ( System.Web.UI.HtmlTextWriter output ) : void
output System.Web.UI.HtmlTextWriter
return void

DoRender() protected method

protected DoRender ( System.Web.UI.HtmlTextWriter output ) : void
output System.Web.UI.HtmlTextWriter
return void

ThemeIncludes() public method

public ThemeIncludes ( IThemeInclude tl = null ) : System.Web.UI
tl IThemeInclude
return System.Web.UI

Property Details

ThemeLink protected_oe property

protected IThemeInclude ThemeLink
return IThemeInclude