XmlDocInspectionIssue.Hyperlink Property

Namespace
Kampute.DocToolkit.XmlDoc
Assembly
  • Kampute.DocToolkit.dll

Definition

Gets the hyperlink reference associated with the issue, if applicable.
public string Hyperlink { get; }

Property Value

string
The hyperlink reference, or null if not applicable to this issue type.

Remarks

When the issue type is XmlDocInspectionIssueType.UntitledSeeAlso, this property contains the URI string of the see-also topic that is not described.