3 references to ViewContext
Microsoft.AspNetCore.Mvc.TagHelpers (3)
Cache\CacheTagKey.cs (2)
81
var httpContext = tagHelper.
ViewContext
.HttpContext;
93
tagHelper.
ViewContext
.RouteData.Values,
CacheTagHelperBase.cs (1)
54
/// Gets or sets the <see cref="
ViewContext
"/> for the current executing View.