C# 클래스 PicklesDoc.Pickles.DocumentationBuilders.Html.HtmlContentFormatter

파일 보기 프로젝트 열기: picklesdoc/pickles 1 사용 예제들

공개 메소드들

메소드 설명
Format ( INode contentNode, IEnumerable features ) : System.Xml.Linq.XElement
HtmlContentFormatter ( IHtmlFeatureFormatter htmlFeatureFormatter, HtmlIndexFormatter htmlIndexFormatter ) : System

메소드 상세

Format() 공개 메소드

public Format ( INode contentNode, IEnumerable features ) : System.Xml.Linq.XElement
contentNode INode
features IEnumerable
리턴 System.Xml.Linq.XElement

HtmlContentFormatter() 공개 메소드

public HtmlContentFormatter ( IHtmlFeatureFormatter htmlFeatureFormatter, HtmlIndexFormatter htmlIndexFormatter ) : System
htmlFeatureFormatter IHtmlFeatureFormatter
htmlIndexFormatter HtmlIndexFormatter
리턴 System