InlineXbrlDocument.CreateHtmlElement

InlineXbrlDocument.CreateHtmlElement method

Html 要素を作成します。

public HTMLElement CreateHtmlElement(string name, string prefix = null)
パラメータタイプ説明
nameStringHtml 要素のローカル名。
prefixStringHtml 要素のプレフィックス。

戻り値

作成された Html 要素。

関連項目