共用方式為


HandleExceptionArgs.ResponseContentType 屬性

定義

取得回應內容類型。

public:
 property System::String ^ ResponseContentType { System::String ^ get(); };
public string ResponseContentType { get; }
member this.ResponseContentType : string
Public ReadOnly Property ResponseContentType As String

屬性值

指出回應格式的字串值。

備註

所有錯誤都會導致從服務傳回錯誤承載。 這個屬性會通知服務作者將傳回的錯誤格式。 此屬性的值一律是有效的因特網指派號碼授權單位, (IANA) mime 類型。

適用於