C# 클래스 App_Code.Controls.DefaultWidgetContainer

Default implementation of WidgetContainer that provides backwards compatibility with themes that do not have their own WidgetContainer user control.
상속: WidgetContainer
파일 보기 프로젝트 열기: rasmuskl/ReSharperCourse

보호된 메소드들

메소드 설명
Render ( System.Web.UI.HtmlTextWriter writer ) : void

Sends server control content to a provided T:System.Web.UI.HtmlTextWriter object, which writes the content to be rendered on the client.

비공개 메소드들

메소드 설명
DefaultWidgetContainer ( ) : System

Initializes a new instance of the DefaultWidgetContainer class.

메소드 상세

Render() 보호된 메소드

Sends server control content to a provided T:System.Web.UI.HtmlTextWriter object, which writes the content to be rendered on the client.
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter The object that receives the server control content.
리턴 void