Interface IDocument
BrowseSharp Document containing info about an http request and result
Namespace: BrowseSharp
Assembly: BrowseSharp.dll
Syntax
public interface IDocumentProperties
| Improve this Doc View SourceHtmlDocument
AngleSharp html document scraped from response
Declaration
IHtmlDocument HtmlDocument { get; set; }Property Value
| Type | Description | 
|---|---|
| AngleSharp.Dom.Html.IHtmlDocument | 
Request
Http request object
Declaration
IRestRequest Request { get; set; }Property Value
| Type | Description | 
|---|---|
| RestSharp.IRestRequest | 
Response
Response returned from http request
Declaration
IRestResponse Response { get; set; }Property Value
| Type | Description | 
|---|---|
| RestSharp.IRestResponse | 
Scripts
Javascripts scraped from http response
Declaration
List<Javascript> Scripts { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<Javascript> | 
Styles
Styles parsed from http response
Declaration
List<StyleSheet> Styles { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<StyleSheet> |