C# Class newtelligence.DasBlog.Util.Html.HtmlFormatter.FormatInfo

Afficher le fichier Open project: AArnott/dasblog

Méthodes publiques

Свойство Type Description
indent int
isEndTag bool
tagInfo newtelligence.DasBlog.Runtime.Html.Formatting.TagInfo

Méthodes publiques

Méthode Description
FormatInfo ( TagInfo info, bool isEnd ) : System

Method Details

FormatInfo() public méthode

public FormatInfo ( TagInfo info, bool isEnd ) : System
info newtelligence.DasBlog.Runtime.Html.Formatting.TagInfo
isEnd bool
Résultat System

Property Details

indent public_oe property

public int indent
Résultat int

isEndTag public_oe property

public bool isEndTag
Résultat bool

tagInfo public_oe property

public TagInfo,newtelligence.DasBlog.Runtime.Html.Formatting tagInfo
Résultat newtelligence.DasBlog.Runtime.Html.Formatting.TagInfo