Jellyfin Forum
Redirection after configuration in C# - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Development (https://forum.jellyfin.org/f-development)
+--- Forum: Plugin Development (https://forum.jellyfin.org/f-plugin-development)
+--- Thread: Redirection after configuration in C# (/t-redirection-after-configuration-in-c)



Redirection after configuration in C# - Lacy - 2025-07-26

Hi,

I'm working on a plugin, and i wanted to make a clean redirection after applying the configuration
I know how to make a clean redirection in JS, but not in C#, and all my code after a plugin configuration is in a C# File

Can someone know how to make you it?


RE: Redirection after configuration in C# - crobibero - 2025-07-26

You would need to do the redirect in javascript after sumbitting the configuration change. There is no way to do the redirection from C#.