Share via


HttpPropertyKeys.IsBatchRequest Field

 

Provides a key that indicates whether the request is a batch request.

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

Syntax

public static readonly string IsBatchRequest
public:
static initonly String^ IsBatchRequest
static val IsBatchRequest : string
Public Shared ReadOnly IsBatchRequest As String

Field Value

Type: System.String

See Also

HttpPropertyKeys Class
System.Web.Http.Hosting Namespace

Return to top