Upload controller with parameter radzen Url syntax

Hi,

I could see that a working solution for upload file with param is to modify the razor page url param of upload component to point towards upload controller like in example provided:

Url=@($"uploadcsv/csvcomposition/{compositionid}")

however in radzen ide Url parameter is set as:

Url= "uploadcsv/csvcomposition/{@compositionid}"

and doesn't allow mixing variables into expression. Sure enough radzen ide overwrites this change that has been done manually. I was not able to produce equal syntax using radzen ide. What would be the correct way of using radzen ide to pass a parameter to an url of upload controller?

kind regards, martin

Parameter syntax in Radzen IDE is ${}

unfortunately it's not. must be something else, debugger says mixing is not allowed.

kind regards, martin

Hi Martin,
What was the solution, to use this with the Radzen IDE.

Regards,
Mehmet