Пример #1
0
 public async Task <IDocument> OpenPageAsync(string path)
 {
     return(await _browsingContext.OpenPageAsync(path));
 }