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.
This method determines if the HttpRequestMessage is an OData Raw value request.
Namespace: System.Web.Http.OData.Formatter
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
protected abstract bool IsMatch(
PropertyAccessPathSegment propertySegment
)
protected:
virtual bool IsMatch(
PropertyAccessPathSegment^ propertySegment
) abstract
abstract IsMatch :
propertySegment:PropertyAccessPathSegment -> bool
Protected MustOverride Function IsMatch (
propertySegment As PropertyAccessPathSegment
) As Boolean
Parameters
propertySegment
Type: System.Web.Http.OData.Routing.PropertyAccessPathSegmentThe PropertyAccessPathSegment of the path.
Return Value
Type: System.Boolean
True if the request is an OData raw value request.
See Also
ODataRawValueMediaTypeMapping Class
System.Web.Http.OData.Formatter Namespace
Return to top