Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
TinySite
Renderers
MarkdownRenderer
C# 클래스 TinySite.Renderers.MarkdownRenderer
상속:
IRenderer
파일 보기
프로젝트 열기: robmen/tinysite
공개 메소드들
메소드
설명
Render
(
SourceFile
sourceFile
,
string
template
,
object
data
) :
string
Unload
(
IEnumerable
paths
) :
void
메소드 상세
Render()
공개
메소드
public
Render
(
SourceFile
sourceFile
,
string
template
,
object
data
) :
string
sourceFile
TinySite.Models.SourceFile
template
string
data
object
리턴
string
Unload()
공개
메소드
public
Unload
(
IEnumerable
paths
) :
void
paths
IEnumerable
리턴
void