C# 클래스 Nancy.ViewEngines.Markdown.MarkDownEngine

상속: IViewEngine
파일 보기 프로젝트 열기: jchannon/Nancy.ViewEngines.Markdown

공개 메소드들

메소드 설명
Initialize ( Nancy.ViewEngines.ViewEngineStartupContext viewEngineStartupContext ) : void
MarkDownEngine ( Nancy.ViewEngines.SuperSimpleViewEngine engineWrapper ) : Nancy.ViewEngines
RenderView ( Nancy.ViewEngines.ViewLocationResult viewLocationResult, dynamic model, IRenderContext renderContext ) : Response

메소드 상세

Initialize() 공개 메소드

public Initialize ( Nancy.ViewEngines.ViewEngineStartupContext viewEngineStartupContext ) : void
viewEngineStartupContext Nancy.ViewEngines.ViewEngineStartupContext
리턴 void

MarkDownEngine() 공개 메소드

public MarkDownEngine ( Nancy.ViewEngines.SuperSimpleViewEngine engineWrapper ) : Nancy.ViewEngines
engineWrapper Nancy.ViewEngines.SuperSimpleViewEngine
리턴 Nancy.ViewEngines

RenderView() 공개 메소드

public RenderView ( Nancy.ViewEngines.ViewLocationResult viewLocationResult, dynamic model, IRenderContext renderContext ) : Response
viewLocationResult Nancy.ViewEngines.ViewLocationResult
model dynamic
renderContext IRenderContext
리턴 Response