Automatic page redirect after timeout (countdown)?

Hi! I am working on a function that automatically redirects a page if there is no new content updated from a database. I looked around and found nothing direct. There is .Net Core C# code I can use to force a redirect, but does Radzen have anything directly built-in so don't need to open Visual Studio?

Thanks!

Hi @david.cole,

Radzen has the built-in Navigate action which does a redirect to a page. You can also use Execute C# to execute arbitrary C# code.