Hi, Is there any built-in method to assign URL pattern to an action (method) out of the action code itself? I would like to use the same web app code with different URLs (for different sites). My idea is to create a custom URL mapper which reads url data from database or configuration files for example. But I wonder if there is a built-in easier solution for it.
Thanks, Tamás