docs: csharp apostrophes (#17202)
This commit is contained in:
parent
cbc8d1a19f
commit
9c996f6cbb
|
|
@ -321,7 +321,7 @@ var browser = await chromium.LaunchAsync(new BrowserTypeLaunchOptions { Headless
|
||||||
|
|
||||||
// Setup context however you like.
|
// Setup context however you like.
|
||||||
var context = await browser.NewContextAsync(); // Pass any options
|
var context = await browser.NewContextAsync(); // Pass any options
|
||||||
await context.RouteAsync('**/*', route => route.ContinueAsync());
|
await context.RouteAsync("**/*", route => route.ContinueAsync());
|
||||||
|
|
||||||
// Pause the page, and start recording manually.
|
// Pause the page, and start recording manually.
|
||||||
var page = await context.NewPageAsync();
|
var page = await context.NewPageAsync();
|
||||||
|
|
|
||||||
|
|
@ -269,7 +269,7 @@ var browser = await chromium.LaunchAsync(new BrowserTypeLaunchOptions { Headless
|
||||||
|
|
||||||
// Setup context however you like.
|
// Setup context however you like.
|
||||||
var context = await browser.NewContextAsync(); // Pass any options
|
var context = await browser.NewContextAsync(); // Pass any options
|
||||||
await context.RouteAsync('**/*', route => route.ContinueAsync());
|
await context.RouteAsync("**/*", route => route.ContinueAsync());
|
||||||
|
|
||||||
// Pause the page, and start recording manually.
|
// Pause the page, and start recording manually.
|
||||||
var page = await context.NewPageAsync();
|
var page = await context.NewPageAsync();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue