Edit

Share via


Response.ReasonPhrase Property

Definition

Text explanation of the status code.

public:
 property System::String ^ ReasonPhrase { System::String ^ get(); void set(System::String ^ value); };
public string ReasonPhrase { get; set; }
Public Property ReasonPhrase As String

Property Value

Remarks

This property is set automatically set whenever status code is updated. If a non-standard status code is used, this property is set to the corresponding x00 reason phrase. Thus, applications should set reason phrase after setting the status code.

Applies to