Skip to main content

TemplateMarkdownBlock

Assembly: ServiceStack.dll
View Source
Declaration
[Obsolete("Use MarkdownScriptBlock")]
public class TemplateMarkdownBlock : MarkdownScriptBlock, IConfigureScriptContext

Inherited Properties

Body

View Source
Declaration
public override ScriptLanguage Body { get; }

Name

View Source
Declaration
public override string Name { get; }

Inherited Methods

WriteAsync(ScriptScopeContext, PageBlockFragment, CancellationToken)

View Source
Declaration
public override async Task WriteAsync(ScriptScopeContext scope, PageBlockFragment block, CancellationToken token)
Returns

System.Threading.Tasks.Task

Parameters
TypeName
ServiceStack.Script.ScriptScopeContextscope
ServiceStack.Script.PageBlockFragmentblock
System.Threading.CancellationTokentoken

Implements