Click or drag to resize

MdAnchor Constructor

Initializes a new instance of MdAnchor.

Namespace:  Mastersign.Bench.Markdown
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public MdAnchor(
	string id,
	string label
)

Parameters

id
Type: SystemString
The ID of the anchor.
label
Type: SystemString
The label of the anchor.
See Also