Assume that you have a view named ‘home’ which looks likethis:
Author name is: {{author}}
When I go to the browser and type:http://localhost:8080/authors?name=Holmes (Links to an externalsite.)
Links to an external site. I would like to see the followingoutput: Author name is: Holmes
Write the code for the route handler to produce the desiredoutput. Your Answer:
Expert Answer
An answer will be send to you shortly. . . . .