Compartir a través de


HttpResponseFeature.ReasonPhrase Propiedad

Definición

Obtiene o establece la frase de motivo tal como se define en RFC 7230. Tenga en cuenta que este campo ya no es compatible con HTTP/2.

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

Valor de propiedad

Implementaciones

Se aplica a