Inheritance
System.Object
TwitterScreenshotter
Assembly: Scraper.Net.Screenshot.dll
public class TwitterScreenshotter : object, IPlatformScreenshotter
Constructors
|
Improve this Doc
View Source
Declaration
public TwitterScreenshotter(IHtmlCssToImageClient client)
Parameters
| Type |
Name |
Description |
| IHtmlCssToImageClient |
client |
|
Methods
|
Improve this Doc
View Source
Declaration
public Task<string> ScreenshotAsync(string url)
Parameters
| Type |
Name |
Description |
| System.String |
url |
|
Returns
| Type |
Description |
| Task<System.String> |
|
Implements