Share via


HttpPropertyKeys.IncludeErrorDetailKey Field

Provides a key that indicates whether error details are to be included in the response for this HTTP request.

Namespace:  System.Web.Http.Hosting
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

'Declaration
Public Shared ReadOnly IncludeErrorDetailKey As String
'Usage
Dim value As String 

value = HttpPropertyKeys.IncludeErrorDetailKey
public static readonly string IncludeErrorDetailKey
public:
static initonly String^ IncludeErrorDetailKey
static val IncludeErrorDetailKey: string
public static final var IncludeErrorDetailKey : String

See Also

Reference

HttpPropertyKeys Class

System.Web.Http.Hosting Namespace