HtmlQuery.

HtmlQuery(string) Constructor

Summary

Creates the module with the specified query selector.
Assembly
Wyam.Html.dll
Namespace
Wyam.Html
Containing Type
HtmlQuery

Syntax

public HtmlQuery(string querySelector)

Parameters

Name Type Description
querySelector string The query selector to use.

Return Value

Type Description
void
GitHub