C# 클래스 ST.Client.HomeEndpoint

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

공개 메소드들

메소드 설명
BuildPage ( IApplication application, OpenInput input ) : HtmlDocument
WriteClientAssetsDebugMode ( HtmlDocument document, bool devMode, string bundleName = "/bundle.js" ) : void

비공개 메소드들

메소드 설명
writeClientSideAssetsFromEmbeds ( HtmlDocument document ) : void
writeInitialDataIntoPage ( HtmlDocument document, IApplication application ) : void

메소드 상세

BuildPage() 공개 정적인 메소드

public static BuildPage ( IApplication application, OpenInput input ) : HtmlDocument
application IApplication
input OpenInput
리턴 StoryTeller.Util.HtmlDocument

WriteClientAssetsDebugMode() 공개 정적인 메소드

public static WriteClientAssetsDebugMode ( HtmlDocument document, bool devMode, string bundleName = "/bundle.js" ) : void
document StoryTeller.Util.HtmlDocument
devMode bool
bundleName string
리턴 void