C# Class ExoWeb.Templates.MicrosoftAjax.AjaxPage

Microsoft AJAX specific implementation of ExoWeb.Templates.Page that supports parsing and loading templates using the Microsoft AJAX syntax.
Inheritance: Page
Show file Open project: vc3/ExoWeb Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
LoadTemplates ( string path ) : IEnumerable
Parse ( string name, string template ) : ITemplate
ParseTemplates ( string source, string template ) : IEnumerable

Method Details

LoadTemplates() public method

public LoadTemplates ( string path ) : IEnumerable
path string
return IEnumerable

Parse() public method

public Parse ( string name, string template ) : ITemplate
name string
template string
return ITemplate

ParseTemplates() public method

public ParseTemplates ( string source, string template ) : IEnumerable
source string
template string
return IEnumerable