C# 클래스 RockWeb.LavaFileSystem

상속: IFileSystem
파일 보기 프로젝트 열기: NewPointe/Rockit

공개 메소드들

메소드 설명
FullPath ( string templatePath ) : string
LavaFileSystem ( ) : System
ReadTemplateFile ( Context context, string templateName ) : string

메소드 상세

FullPath() 공개 메소드

public FullPath ( string templatePath ) : string
templatePath string
리턴 string

LavaFileSystem() 공개 메소드

public LavaFileSystem ( ) : System
리턴 System

ReadTemplateFile() 공개 메소드

public ReadTemplateFile ( Context context, string templateName ) : string
context DotLiquid.Context
templateName string
리턴 string