HttpRequestMessageProperties Class

Definition

Provides properties for use with the ODataProperties(HttpRequestMessage) extension method.

public class HttpRequestMessageProperties
type HttpRequestMessageProperties = class
Public Class HttpRequestMessageProperties
Inheritance
HttpRequestMessageProperties

Properties

ApplyClause

Gets or sets the parsed OData ApplyClause of the request. The ODataMediaTypeFormatter will use this information (if any) while writing the response for this request.

DeltaLink

Gets or sets the delta link for the OData response.

NextLink

Gets or sets the next link for the OData response.

Path

Gets or sets the OData path of the request.

RouteName

Gets or sets the route name for generating OData links.

RoutingConventionsStore

Gets the data store used by IODataRoutingConventions to store any custom route data.

SelectExpandClause

Gets or sets the parsed OData SelectExpandClause of the request. The ODataMediaTypeFormatter will use this information (if any) while writing the response for this request.

TotalCount

Gets or sets the total count for the OData response.

Applies to