C# Class Aqueduct.Appia.Host.HtmlExporter

ファイルを表示 Open project: aqueduct/Appia Class Usage Examples

Public Methods

Method Description
Export ( ) : void
HtmlExporter ( string exportPath, IConfiguration configuration, INancyBootstrapper bootStrapper ) : System
Initialise ( ) : void

Private Methods

Method Description
ConvertNancyResponseToResponse ( Response nancyResponse, string filePath ) : void
ConvertPathToNancyRequest ( string pagePath ) : Nancy.Request
CopyToExportFolder ( string staticFile ) : void
ExportDynamicPages ( ) : void
ExportStaticContent ( ) : void
GetAllPages ( ) : IEnumerable
GetPageExportPath ( string pagePath ) : string
InitialiseExportPath ( ) : void
Log ( string message ) : void
LogError ( string message, Exception ex ) : void
ShouldCopy ( string filePath ) : bool

Method Details

Export() public method

public Export ( ) : void
return void

HtmlExporter() public method

public HtmlExporter ( string exportPath, IConfiguration configuration, INancyBootstrapper bootStrapper ) : System
exportPath string
configuration IConfiguration
bootStrapper INancyBootstrapper
return System

Initialise() public method

public Initialise ( ) : void
return void