4 references to JsonSerializerOptions
Microsoft.AspNetCore.Mvc.Core (3)
Formatters\SystemTextJsonInputFormatter.cs (1)
28SerializerOptions = options.JsonSerializerOptions;
Formatters\SystemTextJsonOutputFormatter.cs (1)
37var jsonSerializerOptions = jsonOptions.JsonSerializerOptions;
Infrastructure\SystemTextJsonResultExecutor.cs (1)
114return _options.JsonSerializerOptions;
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Rendering\SystemTextJsonHelper.cs (1)
17_htmlSafeJsonSerializerOptions = GetHtmlSafeSerializerOptions(options.Value.JsonSerializerOptions);