HandleExceptionArgs.ResponseContentType 属性

获取相应内容类型。

命名空间:  System.Data.Services
程序集:  Microsoft.Data.Services(在 Microsoft.Data.Services.dll 中)

语法

声明
Public Property ResponseContentType As String
    Get
    Private Set
用法
Dim instance As HandleExceptionArgs
Dim value As String

value = instance.ResponseContentType
public string ResponseContentType { get; private set; }
public:
property String^ ResponseContentType {
    String^ get ();
    private: void set (String^ value);
}
member ResponseContentType : string with get, private set
function get ResponseContentType () : String
private function set ResponseContentType (value : String)

属性值

类型:System.String
指示响应格式的字符串值。

注释

所有错误都导致从服务发送回错误负载。 此属性会通知服务作者设置将返回错误的格式。 此属性的值始终是有效的 Internet Assigned Numbers Authority (IANA) 类型。

请参阅

参考

HandleExceptionArgs 类

System.Data.Services 命名空间