IHttpResponseFeature.ReasonPhrase 属性

定义

获取或设置 RFC 7230 中定义的原因短语。 请注意,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

属性值

适用于