다음을 통해 공유


HttpResponseFeature.StatusCode 속성

정의

RFC 7230에 정의된 대로 상태 코드를 가져오거나 설정합니다.

public:
 property int StatusCode { int get(); void set(int value); };
public int StatusCode { get; set; }
member this.StatusCode : int with get, set
Public Property StatusCode As Integer

속성 값

기본값은 200입니다.

구현

적용 대상