IParentNode.QuerySelector

IParentNode.QuerySelector method

セレクターに一致するノードの子孫である最初の要素を返します.

public Element QuerySelector(string selectors)
パラメータタイプ説明
selectorsStringセレクター。

戻り値

最初に一致した要素を返します。

関連項目