Share via


Utf8ContentHttpResult 클래스

정의

Utf8ContentHttpResult 실행될 때 콘텐츠가 포함된 응답을 생성하는 입니다.

public sealed class Utf8ContentHttpResult : Microsoft.AspNetCore.Http.IContentTypeHttpResult, Microsoft.AspNetCore.Http.IResult, Microsoft.AspNetCore.Http.IStatusCodeHttpResult
type Utf8ContentHttpResult = class
    interface IResult
    interface IStatusCodeHttpResult
    interface IContentTypeHttpResult
Public NotInheritable Class Utf8ContentHttpResult
Implements IContentTypeHttpResult, IResult, IStatusCodeHttpResult
상속
Utf8ContentHttpResult
구현

속성

ContentType

응답에 대한 Content-Type 헤더를 가져옵니다.

ResponseContent

응답 본문을 나타내는 콘텐츠를 가져옵니다.

StatusCode

HTTP 상태 코드를 가져옵니다.

메서드

ExecuteAsync(HttpContext)

HTTP 응답에 콘텐츠를 씁니다.

적용 대상