Skip to main content

MarkdownTemplatePlugin

Assembly: ServiceStack.dll​
View Source​
Declaration
[Obsolete("Use MarkdownScriptPlugin")]
public class MarkdownTemplatePlugin : MarkdownScriptPlugin, IScriptPlugin

Inherited Properties​

RegisterPageFormat​

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

Inherited Methods​

Register(ScriptContext)​

View Source​
Declaration
public void Register(ScriptContext context)
Parameters​
TypeName
ServiceStack.Script.ScriptContextcontext

Implements​