Terraria v1.4.4.9
Terraria source code documentation
|
Static Public Member Functions | |
static HtmlElementProps | Create (bool empty, bool abrParent, bool uriParent, bool noEntities, bool blockWS, bool head, bool nameParent) |
static HtmlElementProps | GetProps (string name) |
Properties | |
bool | Empty [get] |
bool | AbrParent [get] |
bool | UriParent [get] |
bool | NoEntities [get] |
bool | Head [get] |
bool | NameParent [get] |
Static Private Member Functions | |
static Hashtable | CreatePropsTable () |
Private Attributes | |
bool | _empty |
bool | _abrParent |
bool | _uriParent |
bool | _noEntities |
bool | _blockWS |
bool | _head |
bool | _nameParent |
Static Private Attributes | |
static readonly Hashtable | s_table = CreatePropsTable() |
Definition at line 5 of file HtmlElementProps.cs.