OutgoingWebResponseContext.StatusDescription 属性

定义

获取或设置传出 Web 响应的状态说明。

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

属性值

String

传出 Web 响应的状态说明。

适用于