7 references to ViewComponentContext
Microsoft.AspNetCore.Mvc.ViewFeatures (7)
ViewComponent.cs (7)
87var services = ViewComponentContext.ViewContext?.HttpContext?.RequestServices; 89_url = factory?.GetUrlHelper(ViewComponentContext.ViewContext!); 103/// Gets or sets the <see cref="ViewComponentContext"/>. 129public ViewContext ViewContext => ViewComponentContext.ViewContext; 134public ViewDataDictionary ViewData => ViewComponentContext.ViewData; 139public ITempDataDictionary TempData => ViewComponentContext.TempData; 151var services = ViewComponentContext.ViewContext?.HttpContext?.RequestServices;