C# 클래스 ExoWeb.Templates.MicrosoftAjax.AjaxPage

Microsoft AJAX specific implementation of ExoWeb.Templates.Page that supports parsing and loading templates using the Microsoft AJAX syntax.
상속: Page
파일 보기 프로젝트 열기: vc3/ExoWeb 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
LoadTemplates ( string path ) : IEnumerable
Parse ( string name, string template ) : ITemplate
ParseTemplates ( string source, string template ) : IEnumerable

메소드 상세

LoadTemplates() 공개 메소드

public LoadTemplates ( string path ) : IEnumerable
path string
리턴 IEnumerable

Parse() 공개 메소드

public Parse ( string name, string template ) : ITemplate
name string
template string
리턴 ITemplate

ParseTemplates() 공개 메소드

public ParseTemplates ( string source, string template ) : IEnumerable
source string
template string
리턴 IEnumerable