C# 클래스 Glass.Mapper.Sc.Razor.ViewManager

ViewManager
파일 보기 프로젝트 열기: mikeedwards83/Glass.Mapper

공개 메소드들

메소드 설명
GetFullPath ( string viewPath ) : string

Gets the full path.

GetRazorView ( string viewPath ) : CachedView

Gets the razor view.

비공개 메소드들

메소드 설명
OnChanged ( object source, FileSystemEventArgs e ) : void

Called when [changed].

UpdateCache ( string viewPath, string>.Func viewLoader ) : void

Updates the cache.

ViewManager ( ) : System

Initializes the ViewManager class.

메소드 상세

GetFullPath() 공개 정적인 메소드

Gets the full path.
public static GetFullPath ( string viewPath ) : string
viewPath string The view path.
리턴 string

GetRazorView() 공개 정적인 메소드

Gets the razor view.
public static GetRazorView ( string viewPath ) : CachedView
viewPath string The view path.
리턴 CachedView