VNode
ClassNamespace:
RazorConsole.Core.VdomAssembly:
RazorConsole.CoreDefinition
public sealed class VNode : IEquatable<VNode>Properties
8Methods
18| Name | Type | Description |
|---|---|---|
AddChild(VNode)() | Method | — |
CreateComponent() | VNode | — |
CreateElement(string, string?)() | VNode | — |
CreateRegion() | VNode | — |
CreateText(string?)() | VNode | — |
Equals(VNode?)() | Boolean | — |
Equals(object?)() | Boolean | — |
GetHashCode() | Int32 | — |
InsertChild(int, VNode)() | Method | — |
RemoveAttribute(string)() | Method | — |
RemoveChildAt(int)() | Method | — |
RemoveEvent(string)() | Method | — |
SetAttribute(string, string?)() | Method | — |
SetEvent(string, ulong, VNodeEventOptions?)() | Method | — |
SetKey(string?)() | Method | — |
SetTagName(string)() | Method | — |
SetText(string?)() | Method | — |
ToString() | String | — |