6 references to HtmlHelperOptions
Microsoft.AspNetCore.Mvc.RazorPages (2)
Infrastructure\PageActionInvokerProvider.cs (1)
105_mvcViewOptions.HtmlHelperOptions);
Infrastructure\PageRequestDelegateFactory.cs (1)
118_mvcViewOptions.HtmlHelperOptions);
Microsoft.AspNetCore.Mvc.ViewFeatures (4)
DefaultHtmlGenerator.cs (2)
75_formInputRenderMode = optionsAccessor.Value.HtmlHelperOptions.FormInputRenderMode; 78IdAttributeDotReplacement = optionsAccessor.Value.HtmlHelperOptions.IdAttributeDotReplacement;
ViewComponentResultExecutor.cs (1)
58_htmlHelperOptions = mvcHelperOptions.Value.HtmlHelperOptions;
ViewExecutor.cs (1)
163ViewOptions.HtmlHelperOptions);