Class VtmlTagToken
- Namespace
- Vintagestory.API.Common
- Assembly
- VintagestoryAPI.dll
public class VtmlTagToken : VtmlToken
- Inheritance
-
VtmlTagToken
- Inherited Members
- Extension Methods
Properties
Attributes
Collection of attribute names and values for this tag
public Dictionary<string, string> Attributes { get; set; }
Property Value
ChildElements
public List<VtmlToken> ChildElements { get; set; }
Property Value
ContentText
public string ContentText { get; }
Property Value
Name
Name of this tag
public string Name { get; set; }