Table of Contents

FromPathAttribute Class

Makes a service operation parameter be read from a segment of the request URL path.

Remarks

Parameters used in the placeholders of the route are read from their placeholders. The remaining parameters flagged with this attribute are read from additional segments after the route, in the order they are declared in the method.

Syntax

Unit: XData.Service.Common

FromPathAttribute = class(ParamBindingAttribute);