C# Class Examples.Examples

显示文件 Open project: MortenHoustonLudvigsen/CommonMarkSharp Class Usage Examples

Public Methods

Method Description
ReadFromFileRenderToFile ( ) : void

Reading from a file, and rendering HTML to another file

ReadFromFileRenderToString ( ) : void

Reading from a file, and rendering HTML to a string

Method Details

ReadFromFileRenderToFile() public static method

Reading from a file, and rendering HTML to another file
public static ReadFromFileRenderToFile ( ) : void
return void

ReadFromFileRenderToString() public static method

Reading from a file, and rendering HTML to a string
public static ReadFromFileRenderToString ( ) : void
return void