Method | Description | |
---|---|---|
FindViewTemplate ( string view, string controller ) : string | ||
LoadViewTemplate ( string viewfile ) : IViewTemplate | ||
LoadViewTemplate ( string viewname, string controller ) : IViewTemplate | ||
RegisterViewEngine ( IViewEngine e ) : void | ||
RegisterViewPath ( string path ) : void | ||
ResetViewEngines ( ) : void | ||
ResetViewPath ( ) : void | ||
ViewService ( |
public FindViewTemplate ( string view, string controller ) : string | ||
view | string | |
controller | string | |
return | string |
public LoadViewTemplate ( string viewfile ) : IViewTemplate | ||
viewfile | string | |
return | IViewTemplate |
public LoadViewTemplate ( string viewname, string controller ) : IViewTemplate | ||
viewname | string | |
controller | string | |
return | IViewTemplate |
public RegisterViewEngine ( IViewEngine e ) : void | ||
e | IViewEngine | |
return | void |
public RegisterViewPath ( string path ) : void | ||
path | string | |
return | void |