Method | Description | |
---|---|---|
AddGenericLink ( string relation, string title, string href ) : void |
Adds the generic link to the header.
|
|
AddGenericLink ( string type, string relation, string title, string href ) : void |
Adds the generic link to the header.
|
Method | Description | |
---|---|---|
AddDefaultLanguages ( ) : void |
Adds the default stylesheet language
|
|
AddMetaContentType ( ) : void |
Adds the content-type meta tag to the header.
|
|
AddMetaTag ( string name, string value ) : void |
Add a meta tag to the page's header.
|
|
OnError ( |
Raises the
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event. Adds links and javascript to the HTML header tag.
|
|
OnPreInit ( |
Raises the E:System.Web.UI.Page.PreInit event at the beginning of page initialization. Assignes the selected theme to the pages.
|
|
OnPreRenderComplete ( |
Raises the
|
|
Render ( System.Web.UI.HtmlTextWriter writer ) : void |
Initializes the
|
public AddGenericLink ( string relation, string title, string href ) : void | ||
relation | string | /// The relation string. /// |
title | string | /// The title string. /// |
href | string | /// The href string. /// |
return | void |
public AddGenericLink ( string type, string relation, string title, string href ) : void | ||
type | string | /// The type string. /// |
relation | string | /// The relation string. /// |
title | string | /// The title string. /// |
href | string | /// The href string. /// |
return | void |
protected AddMetaTag ( string name, string value ) : void | ||
name | string | /// The tag name. /// |
value | string | /// The tag value. /// |
return | void |
protected OnError ( |
||
e |
/// An |
|
return | void |
protected OnLoad ( |
||
e | The |
|
return | void |
protected OnPreInit ( |
||
e | An |
|
return | void |
protected OnPreRenderComplete ( |
||
e |
/// An |
|
return | void |
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter |
/// The |
return | void |