if i have the following
Url.Action("Index", "Settings");
How do ensure that the url is alway
"Settings/Index" and not "Settings"
if i have the following
Url.Action("Index", "Settings");
How do ensure that the url is alway
"Settings/Index" and not "Settings"