C# 클래스 Our.Umbraco.DataType.Markdown.WmdControl

The WMD control for the Markdown Editor.
상속: System.Web.UI.WebControls.WebControl
파일 보기 프로젝트 열기: leekelleher/umbraco-markdown

공개 메소드들

메소드 설명
WmdControl ( ) : System

Initializes a new instance of the WmdControl class.

보호된 메소드들

메소드 설명
CreateChildControls ( ) : void

Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.

OnInit ( EventArgs e ) : void

Initialize the control, make sure children are created

OnLoad ( EventArgs e ) : void

Add the resources (sytles/scripts)

RenderContents ( HtmlTextWriter writer ) : void

Renders the contents of the control to the specified writer. This method is used primarily by control developers.

메소드 상세

CreateChildControls() 보호된 메소드

Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
protected CreateChildControls ( ) : void
리턴 void

OnInit() 보호된 메소드

Initialize the control, make sure children are created
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
리턴 void

OnLoad() 보호된 메소드

Add the resources (sytles/scripts)
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
리턴 void

RenderContents() 보호된 메소드

Renders the contents of the control to the specified writer. This method is used primarily by control developers.
protected RenderContents ( HtmlTextWriter writer ) : void
writer HtmlTextWriter A that represents the output stream to render HTML content on the client.
리턴 void

WmdControl() 공개 메소드

Initializes a new instance of the WmdControl class.
public WmdControl ( ) : System
리턴 System