NewtonsoftJsonOutputFormatter 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
JSON 콘텐츠용 입니다 TextOutputFormatter .
public ref class NewtonsoftJsonOutputFormatter : Microsoft::AspNetCore::Mvc::Formatters::TextOutputFormatter
public class NewtonsoftJsonOutputFormatter : Microsoft.AspNetCore.Mvc.Formatters.TextOutputFormatter
type NewtonsoftJsonOutputFormatter = class
inherit TextOutputFormatter
Public Class NewtonsoftJsonOutputFormatter
Inherits TextOutputFormatter
- 상속
생성자
속성
SerializerSettings |
를 Newtonsoft.Json.JsonSerializerSettings 구성하는 데 사용되는 를 가져옵니다 Newtonsoft.Json.JsonSerializer. |
SupportedEncodings |
이 TextOutputFormatter에서 지원하는 문자 인코딩의 변경 가능한 컬렉션을 가져옵니다. 인코딩은 데이터를 작성할 때 사용됩니다. (다음에서 상속됨 TextOutputFormatter) |
SupportedMediaTypes |
이 OutputFormatter에서 지원하는 미디어 형식 요소의 변경 가능한 컬렉션을 가져옵니다. (다음에서 상속됨 OutputFormatter) |
메서드
CanWriteResult(OutputFormatterCanWriteContext) |
지정된 형식의 개체를 serialize할 수 있는지 여부를 IOutputFormatter 결정합니다. (다음에서 상속됨 OutputFormatter) |
CanWriteType(Type) |
이 serializer에서 지정된 형식을 쓸 수 있는지 여부를 나타내는 값을 반환합니다. (다음에서 상속됨 OutputFormatter) |
CreateJsonSerializer() |
serialization 중에 호출하여 를 만듭니다 Newtonsoft.Json.JsonSerializer. 전달되는 포맷터 컨텍스트는 컨텍스트와 관련된 직렬 변환기를 만드는 기능을 제공합니다. |
CreateJsonSerializer(OutputFormatterWriteContext) |
serialization 중에 호출하여 를 만듭니다 Newtonsoft.Json.JsonSerializer. 전달되는 포맷터 컨텍스트는 컨텍스트와 관련된 직렬 변환기를 만드는 기능을 제공합니다. |
CreateJsonWriter(TextWriter) |
serialization 중에 호출하여 를 만듭니다 Newtonsoft.Json.JsonWriter. |
GetSupportedContentTypes(String, Type) |
및 |
SelectCharacterEncoding(OutputFormatterWriteContext) |
제공된 콘텐츠 형식에 따라 HTTP 엔터티 본문을 읽거나 쓰기 위해 지원되는 인코딩 중에서 가장 적합한 Encoding 항목을 결정합니다. (다음에서 상속됨 TextOutputFormatter) |
WriteAsync(OutputFormatterWriteContext) |
의 Object 속성으로 |
WriteResponseBodyAsync(OutputFormatterWriteContext, Encoding) |
응답 본문을 씁니다. |
WriteResponseBodyAsync(OutputFormatterWriteContext) |
응답 본문을 씁니다. (다음에서 상속됨 TextOutputFormatter) |
WriteResponseHeaders(OutputFormatterWriteContext) |
개체의 헤더를 HttpResponse 설정합니다. (다음에서 상속됨 OutputFormatter) |