Compartilhar via


OutgoingWebResponseContext.SetStatusAsNotFound Método

Definição

Define o código de status HTTP da resposta Web de saída para NotFound.

Sobrecargas

SetStatusAsNotFound()

Define o código de status HTTP da resposta Web de saída para NotFound.

SetStatusAsNotFound(String)

Define o código de status HTTP da resposta Web de saída para NotFound com a descrição especificada.

SetStatusAsNotFound()

Define o código de status HTTP da resposta Web de saída para NotFound.

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

Aplica-se a

SetStatusAsNotFound(String)

Define o código de status HTTP da resposta Web de saída para NotFound com a descrição especificada.

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

Parâmetros

description
String

A descrição do status.

Aplica-se a