Show / Hide Table of Contents

Interface IScraper

Interface for scrapers

Namespace: BrowseSharp
Assembly: BrowseSharp.dll
Syntax
public interface IScraper

Methods

| Improve this Doc View Source

Add(IDocument)

Method for adding scraped elements to a document

Declaration
int Add(IDocument document)
Parameters
Type Name Description
IDocument document
Returns
Type Description
System.Int32
| Improve this Doc View Source

AddAsync(IDocument)

Method for adding scraped elements to a document asynchronously

Declaration
Task<int> AddAsync(IDocument document)
Parameters
Type Name Description
IDocument document
Returns
Type Description
System.Threading.Tasks.Task<System.Int32>
  • Improve this Doc
  • View Source
Back to top Generated by DocFX