1 write to ViewComponentAfterViewExecute
Microsoft.AspNetCore.Mvc.TestDiagnosticListener (1)
TestDiagnosticListener.cs (1)
417ViewComponentAfterViewExecute = new OnViewComponentAfterViewExecuteEventData()
3 references to ViewComponentAfterViewExecute
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (3)
ViewComponents\ViewViewComponentResultTest.cs (3)
136Assert.NotNull(adapter.ViewComponentAfterViewExecute?.ActionDescriptor); 137Assert.NotNull(adapter.ViewComponentAfterViewExecute?.ViewComponentContext); 138Assert.NotNull(adapter.ViewComponentAfterViewExecute?.View);