1 write to _htmlSafeJsonSerializerOptions
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Rendering\SystemTextJsonHelper.cs (1)
17
_htmlSafeJsonSerializerOptions
= GetHtmlSafeSerializerOptions(options.Value.JsonSerializerOptions);
1 reference to _htmlSafeJsonSerializerOptions
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Rendering\SystemTextJsonHelper.cs (1)
25
var json = JsonSerializer.Serialize(value,
_htmlSafeJsonSerializerOptions
);