Gets the nth anchor in this Response.
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.7.98 (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