Show / Hide Table of Contents

Interface IPlatformScreenshotter

Namespace: Scraper.Net.Screenshot
Assembly: Scraper.Net.Screenshot.dll
Syntax
public interface IPlatformScreenshotter

Methods

| Improve this Doc View Source

ScreenshotAsync(String)

Declaration
Task<string> ScreenshotAsync(string url)
Parameters
Type Name Description
System.String url
Returns
Type Description
Task<System.String>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX