You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

This feature is available with EPC 150030.

The {ProductId} syntax can be used to describe a path segment on a route. It indicates that the segment is a path variable and is extracted by the routing framework for programmatic access using a syntax like this:

    #sys_web.Routing.PathParameters<ProductId>.Value
  • No labels