Route parameter value by name
Source position: httpdefs.pp line 541
public property TRequest.RouteParams[AParam: string] : string |
RouteParams provides access to route parameters extracted from the URL path. These are typically used in REST-style routing systems to capture URL segments as parameters.