1 instantiation of HtmlHelperOptions
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
MvcViewOptions.cs (1)
20private HtmlHelperOptions _htmlHelperOptions = new HtmlHelperOptions();
7 references to HtmlHelperOptions
Microsoft.AspNetCore.Mvc.RazorPages (2)
Infrastructure\PageActionInvoker.cs (2)
21private readonly HtmlHelperOptions _htmlHelperOptions; 46HtmlHelperOptions htmlHelperOptions)
Microsoft.AspNetCore.Mvc.ViewFeatures (5)
MvcViewOptions.cs (2)
20private HtmlHelperOptions _htmlHelperOptions = new HtmlHelperOptions(); 25public HtmlHelperOptions HtmlHelperOptions
Rendering\ViewContext.cs (2)
46/// <param name="htmlHelperOptions">The <see cref="HtmlHelperOptions"/> to apply to this instance.</param> 53HtmlHelperOptions htmlHelperOptions)
ViewComponentResultExecutor.cs (1)
29private readonly HtmlHelperOptions _htmlHelperOptions;