C# Class 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.
Inheritance: BaseControl, IEntryControl
Exibir arquivo Open project: ayende/Subtext

Public Methods

Method Description
DataBind ( ) : void

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

Method Details

DataBind() public method

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