Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
TinySite
Renderers
LessRenderer
C# Class TinySite.Renderers.LessRenderer
Inheritance:
IRenderer
Afficher le fichier
Open project: robmen/tinysite
Méthodes publiques
Méthode
Description
Render
(
SourceFile
sourceFile
,
string
template
,
object
data
) :
string
Unload
(
IEnumerable
paths
) :
void
Method Details
Render()
public
méthode
public
Render
(
SourceFile
sourceFile
,
string
template
,
object
data
) :
string
sourceFile
TinySite.Models.SourceFile
template
string
data
object
Résultat
string
Unload()
public
méthode
public
Unload
(
IEnumerable
paths
) :
void
paths
IEnumerable
Résultat
void