3 writes to _htmlEncoder
Microsoft.AspNetCore.Components.Web (3)
HtmlRendering\StaticHtmlRenderer.cs (1)
36
_htmlEncoder
= serviceProvider.GetService<HtmlEncoder>() ?? HtmlEncoder.Default;
HtmlRendering\StaticHtmlRenderer.HtmlWriting.cs (2)
192
_htmlEncoder
= _javaScriptEncoder;
197
_htmlEncoder
= originalEncoder;
6 references to _htmlEncoder
Microsoft.AspNetCore.Components.Web (6)
HtmlRendering\StaticHtmlRenderer.HtmlWriting.cs (6)
84
_htmlEncoder
.Encode(output, frame.TextContent);
140
_htmlEncoder
.Encode(output, capturedValueAttribute);
189
var originalEncoder =
_htmlEncoder
;
215
_htmlEncoder
.Encode(output, combinedFormName);
334
_htmlEncoder
.Encode(output, value);
354
_htmlEncoder
.Encode(output, GetRootRelativeUrlForFormAction(_navigationManager));