1 write to AfterViewComponent
Microsoft.AspNetCore.Mvc.TestDiagnosticListener (1)
TestDiagnosticListener.cs (1)
366AfterViewComponent = new OnAfterViewComponentEventData()
4 references to AfterViewComponent
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (4)
ViewComponentResultTest.cs (4)
295Assert.NotNull(adapter.AfterViewComponent?.ActionDescriptor); 296Assert.NotNull(adapter.AfterViewComponent?.ViewComponentContext); 297Assert.NotNull(adapter.AfterViewComponent?.ViewComponentResult); 298Assert.NotNull(adapter.AfterViewComponent?.ViewComponent);