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.

Definition

Namespace: DevCase.Core.DataProcessing.Html.BBCode
Assembly: 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; }

Property Value

String
This node's attribute.

See Also