Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Cottle
Documents
AbstractDocument
C# 클래스 Cottle.Documents.AbstractDocument
상속:
IDocument
파일 보기
프로젝트 열기: r3c/cottle
공개 메소드들
메소드
설명
Render
(
IStore
store
,
TextWriter
writer
) :
Value
Render
(
IStore
store
) :
string
메소드 상세
Render()
공개
추상적인
메소드
public
abstract
Render
(
IStore
store
,
TextWriter
writer
) :
Value
store
IStore
writer
System.IO.TextWriter
리턴
Value
Render()
공개
메소드
public
Render
(
IStore
store
) :
string
store
IStore
리턴
string