nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.MIME.Html / Node

Node

Full name Microsoft.VisualBasic.MIME.Html.XmlMeta.Node Assembly Microsoft.VisualBasic.MIME.Html Members 3

The base of the html node

00 Remarks

this object class model has these basically html element attributes:

  1. id
  2. class
  3. style

01 Syntax

Microsoft.VisualBasic.MIME.Html.XmlMeta.Node

02 Properties

NameOverloadsSummary
class 1 node class id, just like the id in HTML, you can also using this attribute to tweaks on the style by CSS.
style 1 CSS style definition ICSSValue.(请注意,假若是SVG对象则赋值这个属性无效)
id 1

03 Members

property class #
class

node class id, just like the id in HTML, you can also using this attribute to tweaks on the style by CSS.

property style #
style

CSS style definition ICSSValue.(请注意,假若是SVG对象则赋值这个属性无效)

property id #
id