Table of Contents

Class VtmlTagToken

Namespace
Vintagestory.API.Common
Assembly
VintagestoryAPI.dll
public class VtmlTagToken : VtmlToken
Inheritance
VtmlTagToken
Inherited Members

Properties

Attributes

Collection of attribute names and values for this tag

public Dictionary<string, string> Attributes { get; set; }

Property Value

Dictionary<string, string>

ChildElements

public List<VtmlToken> ChildElements { get; set; }

Property Value

List<VtmlToken>

ContentText

public string ContentText { get; }

Property Value

string

Name

Name of this tag

public string Name { get; set; }

Property Value

string