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
Type | Name |
---|---|
ServiceStack.Markdown.MarkdownViewBase | instance |
System.IO.TextWriter | textWriter |
System.Collections.Generic.Dictionary<System.String,System.Object> | scopeArgs |