Response GetAnchor Method C# API
Gets the nth anchor in this Response.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public Url GetAnchor(
	int n,
	ActionType failAction
)

Parameters

n
Type: System Int32
The zero-based index of the anchor to find.
failAction
Type: Facilita.Fc.Runtime ActionType
The action to take in the case that no anchor could be found.

Return Value

The nth anchor in this Response.
See Also