C# Class Carrotware.Web.UI.Controls.BaseWebControl

Inheritance: System.Web.UI.WebControls.WebControl
Afficher le fichier Open project: ninianne98/CarrotCakeCMS Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetWebResourceUrl ( Page page, Type type, string resource ) : string
GetWebResourceUrl ( Type type, string resource ) : string

Méthodes protégées

Méthode Description
BaseRender ( System.Web.UI.HtmlTextWriter writer ) : void
BaseRenderContents ( System.Web.UI.HtmlTextWriter output ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void
RenderContents ( System.Web.UI.HtmlTextWriter output ) : void

Method Details

BaseRender() protected méthode

protected BaseRender ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void

BaseRenderContents() protected méthode

protected BaseRenderContents ( System.Web.UI.HtmlTextWriter output ) : void
output System.Web.UI.HtmlTextWriter
Résultat void

GetWebResourceUrl() public static méthode

public static GetWebResourceUrl ( Page page, Type type, string resource ) : string
page System.Web.UI.Page
type System.Type
resource string
Résultat string

GetWebResourceUrl() public static méthode

public static GetWebResourceUrl ( Type type, string resource ) : string
type System.Type
resource string
Résultat string

Render() protected méthode

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void

RenderContents() protected méthode

protected RenderContents ( System.Web.UI.HtmlTextWriter output ) : void
output System.Web.UI.HtmlTextWriter
Résultat void