C# Class TinySite.Renderers.JsonRenderer

Inheritance: IRenderer
Datei anzeigen Open project: robmen/tinysite

Public Methods

Method Description
Render ( SourceFile sourceFile, string template, dynamic data ) : string
Unload ( IEnumerable paths ) : void

Method Details

Render() public method

public Render ( SourceFile sourceFile, string template, dynamic data ) : string
sourceFile TinySite.Models.SourceFile
template string
data dynamic
return string

Unload() public method

public Unload ( IEnumerable paths ) : void
paths IEnumerable
return void