C# 클래스 SugarTown.SugarTownViewResolver

상속: IViewResolver
파일 보기 프로젝트 열기: jchannon/SugarTown 1 사용 예제들

공개 메소드들

메소드 설명
GetViewLocation ( string viewName, dynamic model, Nancy.ViewEngines.ViewLocationContext viewLocationContext ) : Nancy.ViewEngines.ViewLocationResult

Locates a view based on the provided information.

SugarTownViewResolver ( IViewResolver defaultResolver ) : System

메소드 상세

GetViewLocation() 공개 메소드

Locates a view based on the provided information.
public GetViewLocation ( string viewName, dynamic model, Nancy.ViewEngines.ViewLocationContext viewLocationContext ) : Nancy.ViewEngines.ViewLocationResult
viewName string The name of the view to locate.
model dynamic The model that will be used with the view.
viewLocationContext Nancy.ViewEngines.ViewLocationContext A instance, containing information about the context for which the view is being located.
리턴 Nancy.ViewEngines.ViewLocationResult

SugarTownViewResolver() 공개 메소드

public SugarTownViewResolver ( IViewResolver defaultResolver ) : System
defaultResolver IViewResolver
리턴 System