C# 클래스 StorytellerDocGen.Runner.TopicMiddleware

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

공개 메소드들

메소드 설명
GenerateHtml ( Topic topic ) : string
Invoke ( HttpContext context ) : System.Threading.Tasks.Task
TopicMiddleware ( DocProject project, IHtmlGenerator generator, DocSettings settings ) : System.Text

메소드 상세

GenerateHtml() 공개 메소드

public GenerateHtml ( Topic topic ) : string
topic StorytellerDocGen.Topics.Topic
리턴 string

Invoke() 공개 메소드

public Invoke ( HttpContext context ) : System.Threading.Tasks.Task
context HttpContext
리턴 System.Threading.Tasks.Task

TopicMiddleware() 공개 메소드

public TopicMiddleware ( DocProject project, IHtmlGenerator generator, DocSettings settings ) : System.Text
project DocProject
generator IHtmlGenerator
settings DocSettings
리턴 System.Text