Skip to main content

ITemplateWriter

Assembly: ServiceStack.Razor.dll
View Source
Declaration
public interface ITemplateWriter

Methods

Write(MarkdownViewBase, TextWriter, Dictionary<String, Object>)

View Source
Declaration
void Write(MarkdownViewBase instance, TextWriter textWriter, Dictionary<string, object> scopeArgs)
Parameters
TypeName
ServiceStack.Markdown.MarkdownViewBaseinstance
System.IO.TextWritertextWriter
System.Collections.Generic.Dictionary<System.String,System.Object>scopeArgs