Method | Description | |
---|---|---|
Export ( ) : void | ||
HtmlExporter ( string exportPath, IConfiguration configuration, INancyBootstrapper bootStrapper ) : System | ||
Initialise ( ) : void |
Method | Description | |
---|---|---|
ConvertNancyResponseToResponse ( |
||
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, |
||
ShouldCopy ( string filePath ) : bool |
public HtmlExporter ( string exportPath, IConfiguration configuration, INancyBootstrapper bootStrapper ) : System | ||
exportPath | string | |
configuration | IConfiguration | |
bootStrapper | INancyBootstrapper | |
return | System |