C# 클래스 Stubble.Core.Classes.Loaders.StringLoader

A noop loader
상속: IStubbleLoader
파일 보기 프로젝트 열기: StubbleOrg/Stubble 1 사용 예제들

공개 메소드들

메소드 설명
Load ( string name ) : string

Returns the passed string the parse as a template

메소드 상세

Load() 공개 메소드

Returns the passed string the parse as a template
public Load ( string name ) : string
name string The name of the template to load
리턴 string