OutgoingWebResponseContext.SetStatusAsNotFound Método

Definición

Establece el código de estado HTTP de la respuesta web saliente en NotFound.

Sobrecargas

Nombre Description
SetStatusAsNotFound()

Establece el código de estado HTTP de la respuesta web saliente en NotFound.

SetStatusAsNotFound(String)

Establece el código de estado HTTP de la respuesta web saliente a NotFound con la descripción especificada.

SetStatusAsNotFound()

Establece el código de estado HTTP de la respuesta web saliente en NotFound.

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

Se aplica a

SetStatusAsNotFound(String)

Establece el código de estado HTTP de la respuesta web saliente a NotFound con la descripción 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

Descripción del estado.

Se aplica a