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.
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
Parameters
- propertySegment
Type: System.Web.Http.OData.Routing.PropertyAccessPathSegment
Return Value
Type: System.Boolean
See Also
ODataPrimitiveValueMediaTypeMapping Class
System.Web.Http.OData.Formatter Namespace
Return to top