2 writes to HtmlHelperOptions
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
DefaultHtmlGeneratorTest.cs (2)
364
var htmlGenerator = GetGenerator(metadataProvider, new() {
HtmlHelperOptions
= htmlHelperOptions });
394
var 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;
78
IdAttributeDotReplacement = optionsAccessor.Value.
HtmlHelperOptions
.IdAttributeDotReplacement;
ViewComponentResultExecutor.cs (1)
58
_htmlHelperOptions = mvcHelperOptions.Value.
HtmlHelperOptions
;
ViewExecutor.cs (1)
163
ViewOptions.
HtmlHelperOptions
);
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
Rendering\DefaultTemplatesUtilities.cs (2)
234
options.
HtmlHelperOptions
.IdAttributeDotReplacement = idAttributeDotReplacement;
296
options.
HtmlHelperOptions
);