BBCodeNodeTagName Property
Gets the tag name of this node.
The tag name is the main part of the tag, and is mandatory.
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 TagName { get; set; }
Public Property TagName As String
Get
Set
Dim instance As BBCodeNode
Dim value As String
value = instance.TagName
instance.TagName = value
public:
property String^ TagName {
String^ get ();
void set (String^ value);
}
member TagName : string with get, set
No code example is currently available or this language may not be supported.
Property Value
String
The tag name of this node.