RadzenTemplateForm relative path (Action property)

Greetings Radzen Community,

For people who deployed a website in Web Server (IIS), I'm having difficulties to make the Action property relative. For example:

<RadzenTemplateForm Action="/Account/Login" Method="post" TItem="dynamic">

I've tried with ~/ or ../ and it doesn't work. (Note: It will only work with the hardcoded alias)

Any solution for this?