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