IViewPage
Assembly: ServiceStack.Razor.dll
View Source
Declaration
public interface IViewPage
Properties
IsCompiled
View Source
Declaration
bool IsCompiled { get; }
Methods
Compile(Boolean)
View Source
Declaration
void Compile(bool force = false)
Parameters
Type | Name |
---|---|
System.Boolean | force |