Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
newtelligence
DasBlog
Util
Html
HtmlFormatter.FormatInfo
C# Class newtelligence.DasBlog.Util.Html.HtmlFormatter.FormatInfo
Datei anzeigen
Open project: AArnott/dasblog
Public Properties
Property
Type
Description
indent
int
isEndTag
bool
tagInfo
newtelligence.DasBlog.Runtime.Html.Formatting.TagInfo
Public Methods
Method
Description
FormatInfo
(
TagInfo
info
,
bool
isEnd
) :
System
Method Details
FormatInfo()
public
method
public
FormatInfo
(
TagInfo
info
,
bool
isEnd
) :
System
info
newtelligence.DasBlog.Runtime.Html.Formatting.TagInfo
isEnd
bool
return
System
Property Details
indent
public_oe property
public
int
indent
return
int
isEndTag
public_oe property
public
bool
isEndTag
return
bool
tagInfo
public_oe property
public
TagInfo,newtelligence.DasBlog.Runtime.Html.Formatting
tagInfo
return
newtelligence.DasBlog.Runtime.Html.Formatting.TagInfo