ITemplatePage
Assembly: ServiceStack.Razor.dll
View Source
Declaration
public interface ITemplatePage
Properties
ViewEngine
View Source
Declaration
IViewEngine ViewEngine { get; set; }
AppHost
View Source
Declaration
IAppHost AppHost { get; set; }
ScopeArgs
View Source
Declaration
Dictionary<string, object> ScopeArgs { get; set; }
Methods
Get<T>()
View Source
Declaration
T Get<T>()
Returns
<T>
Type Parameters
T