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