Query String Parameters Prep
Pre-Work for Query String Parameters
In tomorrow’s lesson, we’re going to add additional tools for passing information between a View and a Controller. To prepare for that lesson, refresh yourself on MVC.
While reviewing MVC, write down as much information as you can in response to the following questions.
Based on what we have built so far in Mod 3….
- How do the
ViewandControllerinteract?- How do
path parametersallow us to pass information from theViewto theController?
- How do
- How do the
ControllerandModelinteract? - How do the
ViewandModelinteract?
We will start tomorrow’s lesson by reviewing these questions together.