Share via


ODataRawValueMediaTypeMapping.IsMatch(PropertySegment) Method

Definition

This method determines if the HttpRequestMessage is an OData Raw value request.

protected abstract bool IsMatch (Microsoft.OData.UriParser.PropertySegment propertySegment);
abstract member IsMatch : Microsoft.OData.UriParser.PropertySegment -> bool
Protected MustOverride Function IsMatch (propertySegment As PropertySegment) As Boolean

Parameters

propertySegment
PropertySegment

The PropertySegment of the path.

Returns

True if the request is an OData raw value request.

Applies to