Skip to content

Markdown2Pdf.TemplateModelArgs

GitHub Action edited this page May 25, 2024 · 1 revision

Class TemplateModelArgs

Namespace: Markdown2Pdf
Assembly: Markdown2Pdf.dll

EventArgs containing the model for the HTML template.

public class TemplateModelArgs : EventArgs

Inheritance

objectEventArgsTemplateModelArgs

Inherited Members

EventArgs.Empty, object.Equals(object), object.Equals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object, object), object.ToString()

Constructors

TemplateModelArgs(Dictionary<string, string>)

EventArgs containing the model for the HTML template.

public TemplateModelArgs(Dictionary<string, string> templateModel)

Parameters

templateModel Dictionary<string, string>

The model for the HMTml template.

Properties

TemplateModel

The model for the HTML template.

public IDictionary<string, string> TemplateModel { get; }

Property Value

IDictionary<string, string>

Clone this wiki locally