BBCodeNodeAttribute Property
Gets or sets this node's attribute.
The Attribute is the part of the tag that comes after the equals sign.
It is optional, and this property may return either null or an empty string.
Namespace: DevCase.Core.DataProcessing.Html.BBCodeAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public string Attribute { get; set; }
Public Property Attribute As String
Get
Set
Dim instance As BBCodeNode
Dim value As String
value = instance.Attribute
instance.Attribute = value
public:
property String^ Attribute {
String^ get ();
void set (String^ value);
}
member Attribute : string with get, set
No code example is currently available or this language may not be supported.
Property Value
String
This node's attribute.