Beispiel #1
0
 /// <summary>
 /// Gets the full HTML contents of the page, including the doctype.
 /// </summary>
 /// <returns>Task which resolves to the HTML content.</returns>
 /// <seealso cref="Page.GetContentAsync"/>
 public Task <string> GetContentAsync() => SecondaryWorld.GetContentAsync();