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

Inheritance: IWebComponent, IHtmlString
Afficher le fichier Open project: ninianne98/CarrotCakeCMS-MVC Class Usage Examples

Méthodes publiques

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

Method Details

GetHtml() public méthode

public GetHtml ( ) : 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

RenderHtml() public méthode

public RenderHtml ( ) : System.Web.HtmlString
Résultat System.Web.HtmlString

ToHtmlString() public méthode

public ToHtmlString ( ) : string
Résultat string