-
Notifications
You must be signed in to change notification settings - Fork 5
Markdown2Pdf.MarkdownArgs
GitHub Action edited this page May 25, 2024
·
1 revision
Namespace: Markdown2Pdf
Assembly: Markdown2Pdf.dll
EventArgs containing the markdown content before the HTML conversion.
public class MarkdownArgs : EventArgsobject ← EventArgs ← MarkdownArgs
EventArgs.Empty, object.Equals(object), object.Equals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object, object), object.ToString()
EventArgs containing the markdown content before the HTML conversion.
public MarkdownArgs(string markdownContent)markdownContent string
The current markdown content.
The current markdown content, available to be modified.
public string MarkdownContent { get; set; }