4 references to UTF8EncodingWithoutBOM
Microsoft.AspNetCore.Mvc.Core (1)
Formatters\SystemTextJsonInputFormatter.cs (1)
32
SupportedEncodings.Add(
UTF8EncodingWithoutBOM
);
Microsoft.AspNetCore.Mvc.Formatters.Xml (2)
XmlDataContractSerializerInputFormatter.cs (1)
34
SupportedEncodings.Add(
UTF8EncodingWithoutBOM
);
XmlSerializerInputFormatter.cs (1)
33
SupportedEncodings.Add(
UTF8EncodingWithoutBOM
);
Microsoft.AspNetCore.Mvc.NewtonsoftJson (1)
NewtonsoftJsonInputFormatter.cs (1)
63
SupportedEncodings.Add(
UTF8EncodingWithoutBOM
);