1 write to ViewComponentContext
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Diagnostics\MvcDiagnostics.cs (1)
190ViewComponentContext = viewComponentContext;
4 references to ViewComponentContext
Microsoft.AspNetCore.Mvc.ViewFeatures (4)
Diagnostics\MvcDiagnostics.cs (4)
185/// <param name="viewComponentContext">The <see cref="ViewComponentContext"/>.</param> 200/// The <see cref="ViewComponentContext"/>. 2161 => new KeyValuePair<string, object>(nameof(ViewComponentContext), ViewComponentContext),