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