C# 클래스 UnderscoreBundler.UnderscoreTemplateCompiler

Line by line port of the Underscore's template method.
파일 보기 프로젝트 열기: chaliy/aspnet-underscore-bundler 1 사용 예제들

공개 메소드들

메소드 설명
BuildSource ( string text ) : string
Compile ( string text ) : string

Returns compiled to javascript template.

JavaScript micro-templating, similar to John Resig's implementation. Underscore templating handles arbitrary delimiters, preserves whitespace, and correctly escapes quotes within interpolated code.

비공개 메소드들

메소드 설명
Unescape ( string code ) : string

메소드 상세

BuildSource() 공개 메소드

public BuildSource ( string text ) : string
text string
리턴 string

Compile() 공개 메소드

Returns compiled to javascript template.
JavaScript micro-templating, similar to John Resig's implementation. Underscore templating handles arbitrary delimiters, preserves whitespace, and correctly escapes quotes within interpolated code.
public Compile ( string text ) : string
text string
리턴 string