C# Class Glass.Mapper.Sc.Razor.ViewManager

ViewManager
Afficher le fichier Open project: mikeedwards83/Glass.Mapper

Méthodes publiques

Méthode Description
GetFullPath ( string viewPath ) : string

Gets the full path.

GetRazorView ( string viewPath ) : CachedView

Gets the razor view.

Private Methods

Méthode Description
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.

Method Details

GetFullPath() public static méthode

Gets the full path.
public static GetFullPath ( string viewPath ) : string
viewPath string The view path.
Résultat string

GetRazorView() public static méthode

Gets the razor view.
public static GetRazorView ( string viewPath ) : CachedView
viewPath string The view path.
Résultat CachedView