C# 클래스 Aqueduct.Appia.Host.HtmlExporter

파일 보기 프로젝트 열기: aqueduct/Appia 1 사용 예제들

공개 메소드들

메소드 설명
Export ( ) : void
HtmlExporter ( string exportPath, IConfiguration configuration, INancyBootstrapper bootStrapper ) : System
Initialise ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Export() 공개 메소드

public Export ( ) : void
리턴 void

HtmlExporter() 공개 메소드

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

Initialise() 공개 메소드

public Initialise ( ) : void
리턴 void