1 write to Context
Microsoft.AspNetCore.Components.Testing (1)
Infrastructure\TracedContext.cs (1)
36
Context
= context;
4 references to Context
Microsoft.AspNetCore.Components.Testing (4)
Infrastructure\TracedContext.cs (4)
11
/// convenience method and exposes the underlying <see cref="
Context
"/> property for full API access.
21
/// C# does not allow implicit conversions to interfaces, so use <see cref="
Context
"/>
44
public void Deconstruct(out IBrowserContext context) => context =
Context
;
50
public Task<IPage> NewPageAsync() =>
Context
.NewPageAsync();