I have need to provide a URL to a controller and action in one of my model classes. Is this possible to do with out providing the entire webaddress as well?
Printable View
I have need to provide a URL to a controller and action in one of my model classes. Is this possible to do with out providing the entire webaddress as well?
Hi,
You can pass any parameters you want to your controller action. You can do that through the model or in the parameter list. Have you tried any of these options?