Interface IPlatformScreenshotter
Namespace: Scraper.Net.Screenshot
Assembly: Scraper.Net.Screenshot.dll
Syntax
public interface IPlatformScreenshotter
Methods
| Improve this Doc View SourceScreenshotAsync(String)
Declaration
Task<string> ScreenshotAsync(string url)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | url |
Returns
| Type | Description |
|---|---|
| Task<System.String> |