docs: fix C# snippet
This commit is contained in:
parent
8ee286b366
commit
27ed3ac3ac
|
|
@ -93,7 +93,7 @@ background_page = context.wait_for_event("backgroundpage")
|
|||
```csharp
|
||||
context.BackgroundPage += (backgroundPage) =>
|
||||
{
|
||||
Console.WriteLine(backgroundPage.Url());
|
||||
Console.WriteLine(backgroundPage.Url);
|
||||
};
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue