HttpRequestMessageProperties Class
Provides properties for use with the ODataProperties extension method.
Namespace: System.Web.OData.Extensions
Assembly: System.Web.OData (in System.Web.OData.dll)
Inheritance Hierarchy
System.Object
System.Web.OData.Extensions.HttpRequestMessageProperties
Syntax
public class HttpRequestMessageProperties
public ref class HttpRequestMessageProperties
type HttpRequestMessageProperties = class end
Public Class HttpRequestMessageProperties
Properties
Name | Description | |
---|---|---|
Model | Gets or sets the EDM model associated with the request. |
|
NextLink | Gets or sets the next link for the OData response. |
|
Path | Gets or sets the OData path of the request. |
|
PathHandler | Gets or sets the IODataPathHandler for generating links. |
|
RouteName | Gets or sets the route name for generating OData links. |
|
RoutingConventions | Gets or sets the OData routing conventions for controller and action selection. |
|
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. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
System.Web.OData.Extensions Namespace
Return to top