2 references to HtmlHelper
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
DependencyInjection\MvcViewFeaturesMvcCoreBuilderExtensions.cs (1)
157services.TryAddTransient(typeof(IHtmlHelper<>), typeof(HtmlHelper<>));
HtmlHelperOfT.cs (1)
23/// Initializes a new instance of the <see cref="HtmlHelper{TModel}"/> class.