Свойство | Type | Description | |
---|---|---|---|
Body | String | ||
Files | List |
||
URLprefix | string | ||
UseBlockQuotes | bool |
Méthode | Description | |
---|---|---|
Export ( string filename ) : void |
Export example file to the filesystem for website
|
|
HtmlWrapper ( String pBody, List |
Create a HTML wrapper with a template (before expansion)
|
|
ToString ( ) : string |
Very simple HTML file with very little overheads
|
Méthode | Description | |
---|---|---|
GetHeadAndFoot ( ) : void | ||
ProcessBody ( StringBuilder html ) : void |
public Export ( string filename ) : void | ||
filename | string | HTML output filename |
Résultat | void |
public HtmlWrapper ( String pBody, List |
||
pBody | String | Html content that appears between body tags |
pFiles | List |
|
Résultat | System |