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