AutoLink.

WithQuerySelector(string) Method

Summary

Allows you to specify an alternate query selector.
Assembly
Wyam.Html.dll
Namespace
Wyam.Html
Containing Type
AutoLink

Syntax

public AutoLink WithQuerySelector(string querySelector)

Parameters

Name Type Description
querySelector string The query selector to use.

Return Value

Type Description
AutoLink The current instance.
GitHub