4 types derived from TextOutputFormatter
Microsoft.AspNetCore.Mvc.Core (2)
Formatters\StringOutputFormatter.cs (1)
12
public class StringOutputFormatter :
TextOutputFormatter
Formatters\SystemTextJsonOutputFormatter.cs (1)
16
public class SystemTextJsonOutputFormatter :
TextOutputFormatter
Microsoft.AspNetCore.Mvc.Formatters.Xml (2)
XmlDataContractSerializerOutputFormatter.cs (1)
23
public partial class XmlDataContractSerializerOutputFormatter :
TextOutputFormatter
XmlSerializerOutputFormatter.cs (1)
23
public partial class XmlSerializerOutputFormatter :
TextOutputFormatter
5 references to TextOutputFormatter
Microsoft.AspNetCore.Mvc.Core (5)
Formatters\StringOutputFormatter.cs (1)
10
/// A <see cref="
TextOutputFormatter
"/> for simple text content.
Formatters\SystemTextJsonOutputFormatter.cs (1)
14
/// A <see cref="
TextOutputFormatter
"/> for JSON content that uses <see cref="JsonSerializer"/>.
Formatters\TextOutputFormatter.cs (3)
21
/// Initializes a new instance of the <see cref="
TextOutputFormatter
"/> class.
30
/// this <see cref="
TextOutputFormatter
"/>. The encodings are
156
nameof(
TextOutputFormatter
),