HttpResponseBase.StatusDescription Propriedade

Definição

Recebe ou define a mensagem de estado HTTP da saída que é devolvida ao cliente.

public:
 virtual property System::String ^ StatusDescription { System::String ^ get(); void set(System::String ^ value); };
public virtual string StatusDescription { get; set; }
member this.StatusDescription : string with get, set
Public Overridable Property StatusDescription As String

Valor de Propriedade

A mensagem de estado da saída HTTP que é devolvida ao cliente. Para informações sobre códigos de estado válidos, consulte Códigos de Estado HTTP.

Exceções

Aplica-se a