A route method signature like the above will expect 2 different parts with the names “title” and “name”.
Same Name
To handle receiving multiple parts with the same part name, the argument must be a Publisher. When used in one of the following ways, the publisher will emit one item per part found with the specified name. The publisher must accept one of the following types:
for attributes
Another Publisher that accepts one of the chunked data types described above
For example: