OutgoingWebResponseContext.SetStatusAsNotFound 메서드

정의

나가는 웹 응답의 HTTP 상태 코드를 .로 NotFound설정합니다.

오버로드

Name Description
SetStatusAsNotFound()

나가는 웹 응답의 HTTP 상태 코드를 .로 NotFound설정합니다.

SetStatusAsNotFound(String)

지정된 설명을 사용하여 나가는 웹 응답 NotFound 의 HTTP 상태 코드를 설정합니다.

SetStatusAsNotFound()

나가는 웹 응답의 HTTP 상태 코드를 .로 NotFound설정합니다.

public:
 void SetStatusAsNotFound();
public void SetStatusAsNotFound();
member this.SetStatusAsNotFound : unit -> unit
Public Sub SetStatusAsNotFound ()

적용 대상

SetStatusAsNotFound(String)

지정된 설명을 사용하여 나가는 웹 응답 NotFound 의 HTTP 상태 코드를 설정합니다.

public:
 void SetStatusAsNotFound(System::String ^ description);
public void SetStatusAsNotFound(string description);
member this.SetStatusAsNotFound : string -> unit
Public Sub SetStatusAsNotFound (description As String)

매개 변수

description
String

상태에 대한 설명입니다.

적용 대상