Class Puppeteer.Result
Inheritance
System.Object
Puppeteer.Result
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: GenerallyPositive.Browser
Assembly: GPAL.dll
Syntax
public class Result
Properties
outerHTML
Declaration
public string outerHTML { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
root
Declaration
public Puppeteer.Root root { get; set; }
Property Value
| Type | Description |
|---|---|
| Puppeteer.Root |