指定された htm コンテンツを使用して、
HtmlElementクラスの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As System.String, _
ByVal As System.Boolean _
)
public HtmlElement(
System.string ,
System.bool
)
パラメータ
- html
- HTML コンテンツを含む System.String値。
- rtl
- 右から左のフロー方向を使用する場合は True。
参照