1 write to ViewContext
Microsoft.AspNetCore.Mvc.Razor.Test (1)
TagHelpers\TagHelperComponentTagHelperTest.cs (1)
317
ViewContext
= CreateViewContext();
4 references to ViewContext
Microsoft.AspNetCore.Mvc.Razor (4)
TagHelpers\TagHelperComponentTagHelper.cs (4)
44
/// Activates the <see cref="
ViewContext
"/> property of all the <see cref="ITagHelperComponentManager.Components"/>.
50
/// The <see cref="
ViewContext
"/>.
61
var serviceProvider =
ViewContext
.HttpContext.RequestServices;
68
PropertyActivator.Activate(
ViewContext
, component);