  | MdAnchor Constructor  | 
  
    Namespace: 
   Mastersign.Bench.Markdown
    Assembly:
   BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntaxpublic MdAnchor(
	string id,
	string label
)
Public Sub New ( 
	id As String,
	label As String
)
Parameters
- id
 - Type: SystemString
The ID of the anchor. - label
 - Type: SystemString
The label of the anchor. 
See Also