Implemented interface member:
method
ExecuteAsync
Microsoft.AspNetCore.Http.IResult.ExecuteAsync(Microsoft.AspNetCore.Http.HttpContext)
14 references to ExecuteAsync
Microsoft.AspNetCore.Components.Endpoints.Tests (14)
RazorComponentResultTest.cs (14)
61
await result.
ExecuteAsync
(httpContext);
83
await result.
ExecuteAsync
(httpContext);
103
var completionTask = result.
ExecuteAsync
(httpContext);
134
var completionTask = result.
ExecuteAsync
(httpContext);
165
var completionTask = result.
ExecuteAsync
(httpContext);
196
var completionTask = result.
ExecuteAsync
(httpContext);
217
await new RazorComponentResult(typeof(ComponentWithLayout)).
ExecuteAsync
(httpContext);
230
await new RazorComponentResult(typeof(ComponentThatRedirectsSynchronously)).
ExecuteAsync
(httpContext);
252
() => result.
ExecuteAsync
(httpContext));
267
await new RazorComponentResult(typeof(StreamingComponentThatRedirectsAsynchronously)).
ExecuteAsync
(httpContext);
287
new RazorComponentResult(typeof(ComponentThatThrowsSynchronously)).
ExecuteAsync
(httpContext));
302
.
ExecuteAsync
(httpContext));
325
.
ExecuteAsync
(httpContext));
432
var quiescence = result.
ExecuteAsync
(httpContext);