C# 클래스 Aqueduct.Appia.Core.AppiaViewFactory

The default implementation for how views are resolved and rendered by Nancy.
상속: IViewFactory
파일 보기 프로젝트 열기: aqueduct/Appia

공개 메소드들

메소드 설명
AppiaViewFactory ( IViewLocator viewLocator, IEnumerable viewEngines ) : System
RenderView ( Nancy.NancyModule module, string viewName, dynamic model ) : Action
this ( dynamic model ) : Action
this ( string viewName ) : Action
this ( string viewName, dynamic model ) : Action

비공개 메소드들

메소드 설명
GetExtensionsToUseForViewLookup ( string viewName ) : IEnumerable
GetRenderedView ( string viewName, dynamic model ) : Action
GetSupportedViewEngineExtensions ( ) : IEnumerable
GetViewEngine ( Nancy.ViewEngines.ViewLocationResult viewLocationResult ) : IViewEngine
GetViewExtension ( string viewName ) : IEnumerable
GetViewNameFromModel ( dynamic model ) : string
SafeInvokeViewEngine ( IViewEngine viewEngine, Nancy.ViewEngines.ViewLocationResult locationResult, dynamic model ) : Action

메소드 상세

AppiaViewFactory() 공개 메소드

public AppiaViewFactory ( IViewLocator viewLocator, IEnumerable viewEngines ) : System
viewLocator IViewLocator
viewEngines IEnumerable
리턴 System

RenderView() 공개 메소드

public RenderView ( Nancy.NancyModule module, string viewName, dynamic model ) : Action
module Nancy.NancyModule
viewName string
model dynamic
리턴 Action

this() 공개 메소드

public this ( dynamic model ) : Action
model dynamic
리턴 Action

this() 공개 메소드

public this ( string viewName ) : Action
viewName string
리턴 Action

this() 공개 메소드

public this ( string viewName, dynamic model ) : Action
viewName string
model dynamic
리턴 Action