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
Type | Name |
---|---|
ServiceStack.Support.Markdown.MarkdownPage | markdownPage |
System.Boolean | renderHtml |