DocumentFragment.QuerySelectorAll

DocumentFragment.QuerySelectorAll method

ドキュメント内のすべての要素の NodeList を返します。これは、selector に一致します。

public NodeList QuerySelectorAll(string selector)
パラメータタイプ説明
selectorStringセレクター

戻り値

HTMLCollection

関連項目