C# Class ExoWeb.Templates.MicrosoftAjax.Content

Represents a content control for rendering strongly-typed content using a contextually selected template.
Inheritance: Control
Mostrar archivo Open project: vc3/ExoWeb Class Usage Examples

Public Methods

Method Description
ToString ( ) : string

Private Methods

Method Description
FindTemplate ( AjaxPage page, bool isAdapter, ModelType entityType, Type valueType, bool isList, string names ) : Template
MergeClassName ( IEnumerable attributes, Template template ) : IEnumerable

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

Render ( AjaxPage page, string templateNames, System writer ) : void

Method Details

ToString() public method

public ToString ( ) : string
return string