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: 20.3
Syntaxpublic override string Prefix { get; }Public Overrides ReadOnly Property Prefix As String
Get
public:
virtual property String^ Prefix {
String^ get () override;
}abstract Prefix : string with get
override Prefix : string with get
Property Value
Type:
String
The prefix.
See Also