ODataRawValueMediaTypeMapping.IsMatch Method (PropertyAccessPathSegment)

 

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

Namespace:   System.Web.OData.Formatter
Assembly:  System.Web.OData (in System.Web.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

Return Value

Type: System.Boolean

True if the request is an OData raw value request.

See Also

ODataRawValueMediaTypeMapping Class
System.Web.OData.Formatter Namespace

Return to top