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

Show file 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 property

public int indent
return int

isEndTag public property

public bool isEndTag
return bool

tagInfo public property

public TagInfo,newtelligence.DasBlog.Runtime.Html.Formatting tagInfo
return newtelligence.DasBlog.Runtime.Html.Formatting.TagInfo