C# 클래스 Staticity.FileTypeProcessor

파일 보기 프로젝트 열기: JeremySkinner/Staticity

공개 메소드들

메소드 설명
FileTypeProcessor ( string basePath ) : System
WritePost ( Post post, string fileName ) : void

보호된 메소드들

메소드 설명
RenderTemplate ( string path, string content, object>.Dictionary viewData ) : string

비공개 메소드들

메소드 설명
RecursiveApplyTemplate ( string content, object>.Dictionary viewData ) : string

메소드 상세

FileTypeProcessor() 공개 메소드

public FileTypeProcessor ( string basePath ) : System
basePath string
리턴 System

RenderTemplate() 보호된 메소드

protected RenderTemplate ( string path, string content, object>.Dictionary viewData ) : string
path string
content string
viewData object>.Dictionary
리턴 string

WritePost() 공개 메소드

public WritePost ( Post post, string fileName ) : void
post Post
fileName string
리턴 void