-
Notifications
You must be signed in to change notification settings - Fork 5
Markdown2Pdf.TemplateModelArgs
GitHub Action edited this page May 25, 2024
·
1 revision
Namespace: Markdown2Pdf
Assembly: Markdown2Pdf.dll
EventArgs containing the model for the HTML template.
public class TemplateModelArgs : EventArgsobject ← EventArgs ← TemplateModelArgs
EventArgs.Empty, object.Equals(object), object.Equals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object, object), object.ToString()
EventArgs containing the model for the HTML template.
public TemplateModelArgs(Dictionary<string, string> templateModel)templateModel Dictionary<string, string>
The model for the HMTml template.
The model for the HTML template.
public IDictionary<string, string> TemplateModel { get; }