XmlSeeElement

Represents a see XML documentation element for cross-references.

Syntax

public class XmlSeeElement : XmlDocumentationElement

Inheritance

Constructors

XmlSeeElement

public XmlSeeElement()
Initializes a new instance of the XmlSeeElement class.

XmlSeeElement

public XmlSeeElement(XElement element)
Initializes a new instance of the XmlSeeElement class with XML content.

Parameters

  • element XElement: The XML element to parse.

Properties

Cref

public string Cref { get; set; }
Gets or sets the cross-reference target.

Returns

string

LinkText

public string LinkText { get; set; }
Gets or sets the link text to display.

Returns

string

Methods

ToMdx

public override string ToMdx()
Converts this see element to MDX format as a link.

Returns

string The MDX representation of this cross-reference.

Remarks

The see element creates a link to another type or member within the documentation. It is used for inline cross-references within text.