ODataBinaryValueMediaTypeMapping.IsMatch Method (PropertyAccessPathSegment)
Namespace: System.Web.Http.OData.Formatter
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
protected override bool IsMatch(
PropertyAccessPathSegment propertySegment
)
protected:
virtual bool IsMatch(
PropertyAccessPathSegment^ propertySegment
) override
override IsMatch :
propertySegment:PropertyAccessPathSegment -> bool
Protected Overrides Function IsMatch (
propertySegment As PropertyAccessPathSegment
) As Boolean
Return Value
Type: System.Boolean
See Also
ODataBinaryValueMediaTypeMapping Class
System.Web.Http.OData.Formatter Namespace
Return to top