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
Afficher le fichier Open project: ayende/Subtext

Méthodes publiques

Méthode Description
DataBind ( ) : void

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

Method Details

DataBind() public méthode

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