Response.ReasonPhrase Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.