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