asp.net mvc 2 - Getting parameters in controller -
i have url this
somesite.com/home/{param1}/{param2}/{param3}/{param4}
how define controller's action values of these params?
you should able use request("parametername")
retrieve value.
i have url this
somesite.com/home/{param1}/{param2}/{param3}/{param4}
how define controller's action values of these params?
you should able use request("parametername")
retrieve value.
Comments
Post a Comment