C# 클래스 Telerik.Web.Mvc.UI.ViewComponentBase

View component base class.
상속: IScriptableComponent, IHtmlAttributesContainer
파일 보기 프로젝트 열기: juanplopes/simple-telerik

공개 메소드들

메소드 설명
Render ( ) : void

Renders the component.

ToHtmlString ( ) : string
WriteCleanupScript ( TextWriter writer ) : void

Writes the cleanup script.

WriteInitializationScript ( TextWriter writer ) : void

Writes the initialization script.

보호된 메소드들

메소드 설명
EnsureRequired ( ) : void

Ensures the required settings.

ViewComponentBase ( System.Web.Mvc.ViewContext viewContext, IClientSideObjectWriterFactory clientSideObjectWriterFactory ) : System

Initializes a new instance of the ViewComponentBase class.

WriteHtml ( System.Web.UI.HtmlTextWriter writer ) : void

Writes the HTML.

메소드 상세

EnsureRequired() 보호된 메소드

Ensures the required settings.
protected EnsureRequired ( ) : void
리턴 void

Render() 공개 메소드

Renders the component.
public Render ( ) : void
리턴 void

ToHtmlString() 공개 메소드

public ToHtmlString ( ) : string
리턴 string

ViewComponentBase() 보호된 메소드

Initializes a new instance of the ViewComponentBase class.
protected ViewComponentBase ( System.Web.Mvc.ViewContext viewContext, IClientSideObjectWriterFactory clientSideObjectWriterFactory ) : System
viewContext System.Web.Mvc.ViewContext The view context.
clientSideObjectWriterFactory IClientSideObjectWriterFactory The client side object writer factory.
리턴 System

WriteCleanupScript() 공개 메소드

Writes the cleanup script.
public WriteCleanupScript ( TextWriter writer ) : void
writer System.IO.TextWriter The writer.
리턴 void

WriteHtml() 보호된 메소드

Writes the HTML.
protected WriteHtml ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
리턴 void

WriteInitializationScript() 공개 메소드

Writes the initialization script.
public WriteInitializationScript ( TextWriter writer ) : void
writer System.IO.TextWriter The writer.
리턴 void