'宣言 Public Overloads Function ConvertToDocument( _ ByVal html As System.String, _ ByVal baseUri As System.Uri _ ) As C1Document
public C1Document ConvertToDocument( System.string html, System.Uri baseUri )
パラメータ
- html
- HTML ドキュメントを含む文字列。
- baseUri
- 画像の参照を解決するために使用するベース System.Uri。
戻り値の型
指定された文字列を表す C1Document。