C# 클래스 ExamplesFx.HtmlWrapper

Wrapper class for handling the HTML output
파일 보기 프로젝트 열기: MarcosMeli/ExamplesFx

공개 프로퍼티들

프로퍼티 타입 설명
Body String
Files List
URLprefix string
UseBlockQuotes bool

공개 메소드들

메소드 설명
Export ( string filename ) : void

Export example file to the filesystem for website

HtmlWrapper ( String pBody, List pFiles ) : System

Create a HTML wrapper with a template (before expansion)

ToString ( ) : string

Very simple HTML file with very little overheads

비공개 메소드들

메소드 설명
GetHeadAndFoot ( ) : void
ProcessBody ( StringBuilder html ) : void

메소드 상세

Export() 공개 메소드

Export example file to the filesystem for website
public Export ( string filename ) : void
filename string HTML output filename
리턴 void

HtmlWrapper() 공개 메소드

Create a HTML wrapper with a template (before expansion)
public HtmlWrapper ( String pBody, List pFiles ) : System
pBody String Html content that appears between body tags
pFiles List
리턴 System

ToString() 공개 메소드

Very simple HTML file with very little overheads
public ToString ( ) : string
리턴 string

프로퍼티 상세

Body 공개적으로 프로퍼티

Body text before expansion
public String Body
리턴 String

Files 공개적으로 프로퍼티

Example Files attached to this sample
public List Files
리턴 List

URLprefix 공개적으로 프로퍼티

public string URLprefix
리턴 string

UseBlockQuotes 공개적으로 프로퍼티

Whether the blockquote commands are embedded, bad to inline viewing, better for webpages In DEBUG it will relfect the working directory of your Doc/Include directory
public bool UseBlockQuotes
리턴 bool