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

Inheritance: System.Web.UI.WebControls.WebControl
Mostra file Open project: ninianne98/CarrotCakeCMS Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetWebResourceUrl ( Page page, Type type, string resource ) : string
GetWebResourceUrl ( Type type, string resource ) : string

Protected Methods

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

protected BaseRender ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
return void

BaseRenderContents() protected method

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

GetWebResourceUrl() public static method

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

GetWebResourceUrl() public static method

public static GetWebResourceUrl ( Type type, string resource ) : string
type System.Type
resource string
return string

Render() protected method

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
return void

RenderContents() protected method

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