Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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