The namespace prefix of this node, or null if it is unspecified. When it is defined to be null, setting it has no effect
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 21.1
Syntaxpublic virtual string Prefix { get; set; }
Public Overridable Property Prefix As String
Get
Set
public:
virtual property String^ Prefix {
String^ get ();
void set (String^ value);
}
abstract Prefix : string with get, set
override Prefix : string with get, set
Property Value
Type:
String
The prefix.
See Also