C# 클래스 Carrotware.Web.UI.Components.BaseWebComponent

상속: IWebComponent, IHtmlString
파일 보기 프로젝트 열기: ninianne98/CarrotCakeCMS-MVC 1 사용 예제들

공개 메소드들

메소드 설명
GetHtml ( ) : string
GetWebResourceUrl ( Type type, string resource ) : string
RenderHtml ( ) : System.Web.HtmlString
ToHtmlString ( ) : string

메소드 상세

GetHtml() 공개 메소드

public GetHtml ( ) : string
리턴 string

GetWebResourceUrl() 공개 정적인 메소드

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

RenderHtml() 공개 메소드

public RenderHtml ( ) : System.Web.HtmlString
리턴 System.Web.HtmlString

ToHtmlString() 공개 메소드

public ToHtmlString ( ) : string
리턴 string