Node.Prefix

Node.Prefix property

Returns the namespace prefix of the specified element, or null if no prefix is specified.

public virtual string Prefix { get; set; }

Property Value

The property returns associated namespace prefix.

Remarks

Reference:

DOM Standard.

See Also