6 overrides of OnAfterRenderAsync
Microsoft.AspNetCore.Components.Tests (2)
ComponentBaseTest.cs (1)
560
protected override async Task
OnAfterRenderAsync
(bool firstRender)
RendererTest.cs (1)
5766
protected override async Task
OnAfterRenderAsync
(bool firstRender)
Microsoft.AspNetCore.Components.Web (4)
Forms\InputFile.cs (1)
48
protected override async Task
OnAfterRenderAsync
(bool firstRender)
Head\HeadOutlet.cs (1)
26
protected override async Task
OnAfterRenderAsync
(bool firstRender)
Routing\FocusOnNavigate.cs (1)
75
protected override async Task
OnAfterRenderAsync
(bool firstRender)
Virtualization\Virtualize.cs (1)
204
protected override async Task
OnAfterRenderAsync
(bool firstRender)
4 references to OnAfterRenderAsync
Microsoft.AspNetCore.Components (3)
ComponentBase.cs (3)
166
/// The <see cref="OnAfterRender(bool)"/> and <see cref="
OnAfterRenderAsync
(bool)"/> lifecycle methods
192
/// The <see cref="OnAfterRender(bool)"/> and <see cref="
OnAfterRenderAsync
(bool)"/> lifecycle methods
372
return
OnAfterRenderAsync
(firstRender);
Microsoft.AspNetCore.Components.Tests (1)
ComponentBaseTest.cs (1)
564
await base.
OnAfterRenderAsync
(firstRender);