C# 클래스 Glass.Mapper.Sc.Razor.Web.Ui.GlassRazorControl

Use this control to add a razor rendering to a sublayout
상속: WebControl
파일 보기 프로젝트 열기: mikeedwards83/Glass.Mapper

보호된 메소드들

메소드 설명
DoRender ( System.Web.UI.HtmlTextWriter output ) : void

Sends server control content to a provided object, which writes the content to be rendered on the client.

When developing custom server controls, you can override this method to generate content for an ASP.NET page.

GetCachingID ( ) : string
OnLoad ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Load event.

메소드 상세

DoRender() 보호된 메소드

Sends server control content to a provided object, which writes the content to be rendered on the client.
When developing custom server controls, you can override this method to generate content for an ASP.NET page.
protected DoRender ( System.Web.UI.HtmlTextWriter output ) : void
output System.Web.UI.HtmlTextWriter The object that receives the server control content.
리턴 void

GetCachingID() 보호된 메소드

protected GetCachingID ( ) : string
리턴 string

OnLoad() 보호된 메소드

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
리턴 void