Skip to main content

PageContext

Assembly: ServiceStack.Razor.dll​
View Source​
Declaration
public class PageContext

Properties​

MarkdownPage​

View Source​
Declaration
public MarkdownPage MarkdownPage { get; set; }

ScopeArgs​

View Source​
Declaration
public Dictionary<string, object> ScopeArgs { get; set; }

RenderHtml​

View Source​
Declaration
public bool RenderHtml { get; set; }

Methods​

Create(MarkdownPage, Boolean)​

View Source​
Declaration
public PageContext Create(MarkdownPage markdownPage, bool renderHtml)
Returns​

ServiceStack.Support.Markdown.PageContext

Parameters​
TypeName
ServiceStack.Support.Markdown.MarkdownPagemarkdownPage
System.BooleanrenderHtml