C# Class Carrotware.Web.UI.Components.BaseWebComponent

Inheritance: IWebComponent, IHtmlString
Show file Open project: ninianne98/CarrotCakeCMS-MVC Class Usage Examples

Public Methods

Method Description
GetHtml ( ) : string
GetWebResourceUrl ( Type type, string resource ) : string
RenderHtml ( ) : System.Web.HtmlString
ToHtmlString ( ) : string

Method Details

GetHtml() public method

public GetHtml ( ) : string
return string

GetWebResourceUrl() public static method

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

RenderHtml() public method

public RenderHtml ( ) : System.Web.HtmlString
return System.Web.HtmlString

ToHtmlString() public method

public ToHtmlString ( ) : string
return string