C# Class Aqueduct.Appia.Host.HtmlExporter

Afficher le fichier Open project: aqueduct/Appia Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public Export ( ) : void
Résultat void

HtmlExporter() public méthode

public HtmlExporter ( string exportPath, IConfiguration configuration, INancyBootstrapper bootStrapper ) : System
exportPath string
configuration IConfiguration
bootStrapper INancyBootstrapper
Résultat System

Initialise() public méthode

public Initialise ( ) : void
Résultat void