Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
TinySite
Renderers
JsonRenderer
C# Class TinySite.Renderers.JsonRenderer
Inheritance:
IRenderer
Show file
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