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