Interface IScraper
  
  
  
  
  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
  
  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
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Threading.Tasks.Task<System.Int32> |  |