1 write to ViewComponentBeforeViewExecute
Microsoft.AspNetCore.Mvc.TestDiagnosticListener (1)
TestDiagnosticListener.cs (1)
392ViewComponentBeforeViewExecute = new OnViewComponentBeforeViewExecuteEventData()
3 references to ViewComponentBeforeViewExecute
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (3)
ViewComponents\ViewViewComponentResultTest.cs (3)
133Assert.NotNull(adapter.ViewComponentBeforeViewExecute?.ActionDescriptor); 134Assert.NotNull(adapter.ViewComponentBeforeViewExecute?.ViewComponentContext); 135Assert.NotNull(adapter.ViewComponentBeforeViewExecute?.View);