C# 클래스 Subtext.Web.UI.Controls.CurrentEntryControl

Control that contains information about the current entry being displayed. This will allow other controls to use data binding syntax to display information about the current entry.
상속: BaseControl, IEntryControl
파일 보기 프로젝트 열기: ayende/Subtext

공개 메소드들

메소드 설명
DataBind ( ) : void

Binds a data source to the invoked server control and all its child controls.

메소드 상세

DataBind() 공개 메소드

Binds a data source to the invoked server control and all its child controls.
public DataBind ( ) : void
리턴 void