Gripper

A web-scraping toolbox for .NET.

View on GitHub

Gripper.WebClient

Gripper.WebClient.IElement

IElement.GetTextContentAsync() Method

Returns the textContent of the element.

System.Threading.Tasks.Task<string> GetTextContentAsync();

Returns

System.Threading.Tasks.Task<System.String>
The text content of the specified element.