C# Class Staticity.FileTypeProcessor

Afficher le fichier Open project: JeremySkinner/Staticity

Méthodes publiques

Méthode Description
FileTypeProcessor ( string basePath ) : System
WritePost ( Post post, string fileName ) : void

Méthodes protégées

Méthode Description
RenderTemplate ( string path, string content, object>.Dictionary viewData ) : string

Private Methods

Méthode Description
RecursiveApplyTemplate ( string content, object>.Dictionary viewData ) : string

Method Details

FileTypeProcessor() public méthode

public FileTypeProcessor ( string basePath ) : System
basePath string
Résultat System

RenderTemplate() protected méthode

protected RenderTemplate ( string path, string content, object>.Dictionary viewData ) : string
path string
content string
viewData object>.Dictionary
Résultat string

WritePost() public méthode

public WritePost ( Post post, string fileName ) : void
post Post
fileName string
Résultat void