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
Показать файл Открыть проект

Открытые методы

Метод Описание
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