User61956409 posted
Hi yaduska,
If you make it as hard coded string in your controller actions, every time when you want to change URL, you might need to update it one by one. But if you store that value in your config file rather than as a hard coded string in your code, which will be
much easier to change that value.
With Regards,
Fei Han