Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
newtelligence
DasBlog
Util
Html
HtmlFormatter.FormatInfo
C# 클래스 newtelligence.DasBlog.Util.Html.HtmlFormatter.FormatInfo
파일 보기
프로젝트 열기: AArnott/dasblog
공개 프로퍼티들
프로퍼티
타입
설명
indent
int
isEndTag
bool
tagInfo
newtelligence.DasBlog.Runtime.Html.Formatting.TagInfo
공개 메소드들
메소드
설명
FormatInfo
(
TagInfo
info
,
bool
isEnd
) :
System
메소드 상세
FormatInfo()
공개
메소드
public
FormatInfo
(
TagInfo
info
,
bool
isEnd
) :
System
info
newtelligence.DasBlog.Runtime.Html.Formatting.TagInfo
isEnd
bool
리턴
System
프로퍼티 상세
indent
공개적으로 프로퍼티
public
int
indent
리턴
int
isEndTag
공개적으로 프로퍼티
public
bool
isEndTag
리턴
bool
tagInfo
공개적으로 프로퍼티
public
TagInfo,newtelligence.DasBlog.Runtime.Html.Formatting
tagInfo
리턴
newtelligence.DasBlog.Runtime.Html.Formatting.TagInfo