C# Класс ExoWeb.Templates.MicrosoftAjax.Control

Represents an attached template control, such as dataview or content.
Наследование: Element
Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
MergeAttribute ( IEnumerable attributes, string name, string>.Func transformValue ) : IEnumerable

Merges the set of attributes defined on the content tag with attributes from the target template.

TryContentTemplate ( AjaxPage page, IEnumerable templateNames, System writer, AttributeBinding &contentTemplateBinding ) : bool
TryRenderIf ( AjaxPage page, IEnumerable templateNames, System writer, AttributeBinding &ifBinding, bool &canRender ) : bool

Приватные методы

Метод Описание
Render ( AjaxPage page, string templateNames, System writer ) : void

Описание методов

MergeAttribute() защищенный Метод

Merges the set of attributes defined on the content tag with attributes from the target template.
protected MergeAttribute ( IEnumerable attributes, string name, string>.Func transformValue ) : IEnumerable
attributes IEnumerable
name string
transformValue string>.Func
Результат IEnumerable

TryContentTemplate() защищенный Метод

protected TryContentTemplate ( AjaxPage page, IEnumerable templateNames, System writer, AttributeBinding &contentTemplateBinding ) : bool
page AjaxPage
templateNames IEnumerable
writer System
contentTemplateBinding AttributeBinding
Результат bool

TryRenderIf() защищенный Метод

protected TryRenderIf ( AjaxPage page, IEnumerable templateNames, System writer, AttributeBinding &ifBinding, bool &canRender ) : bool
page AjaxPage
templateNames IEnumerable
writer System
ifBinding AttributeBinding
canRender bool
Результат bool