2 writes to HtmlHelperOptions
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
DefaultHtmlGeneratorTest.cs (2)
364var htmlGenerator = GetGenerator(metadataProvider, new() { HtmlHelperOptions = htmlHelperOptions }); 394var htmlGenerator = GetGenerator(metadataProvider, new() { HtmlHelperOptions = htmlHelperOptions });
8 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);
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
Rendering\DefaultTemplatesUtilities.cs (2)
234options.HtmlHelperOptions.IdAttributeDotReplacement = idAttributeDotReplacement; 296options.HtmlHelperOptions);