Skip to content

Markdown2Pdf.MarkdownArgs

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

Class MarkdownArgs

Namespace: Markdown2Pdf
Assembly: Markdown2Pdf.dll

EventArgs containing the markdown content before the HTML conversion.

public class MarkdownArgs : EventArgs

Inheritance

objectEventArgsMarkdownArgs

Inherited Members

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

Constructors

MarkdownArgs(string)

EventArgs containing the markdown content before the HTML conversion.

public MarkdownArgs(string markdownContent)

Parameters

markdownContent string

The current markdown content.

Properties

MarkdownContent

The current markdown content, available to be modified.

public string MarkdownContent { get; set; }

Property Value

string

Clone this wiki locally