Skip to main content

RazorPage

Assembly: ServiceStack.Razor.dll
View Source
Declaration
public class RazorPage

Properties

SyncRoot

View Source
Declaration
public object SyncRoot { get; }

PageHost

View Source
Declaration
public RazorPageHost PageHost { get; set; }

MarkedForCompilation

View Source
Declaration
public bool MarkedForCompilation { get; set; }

IsCompiling

View Source
Declaration
public bool IsCompiling { get; set; }

IsValid

View Source
Declaration
public bool IsValid { get; set; }

File

View Source
Declaration
public IVirtualFile File { get; set; }

VirtualPath

View Source
Declaration
public string VirtualPath { get; set; }

PageType

View Source
Declaration
public Type PageType { get; set; }

ModelType

View Source
Declaration
public Type ModelType { get; set; }

CompileException

View Source
Declaration
public virtual HttpCompileException CompileException { get; set; }

Methods

ActivateInstance()

View Source
Declaration
public RenderingPage ActivateInstance()
Returns

ServiceStack.Razor.RenderingPage