Skip to content

Instance Property

parameters

A container containing the route parameters that were captured when receiving this request. Use this container to grab any non-static parameters from the URL, such as model IDs in a REST API.
var parameters: Parameters { get set }