DocumentFragmentQuerySelectorAll Method |
Returns a NodeList of all the Elements in document, which match selector
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic NodeList QuerySelectorAll(
string selector
)
Public Function QuerySelectorAll (
selector As String
) As NodeList
public:
virtual NodeList^ QuerySelectorAll(
String^ selector
) sealed
abstract QuerySelectorAll :
selector : string -> NodeList
override QuerySelectorAll :
selector : string -> NodeList
Parameters
- selector
- Type: SystemString
The selector
Return Value
Type:
NodeListHTMLCollectionImplements
IParentNodeQuerySelectorAll(String)
See Also