There is a ASP.NET MVC 2 Web Application named PassGuideApp.
When the URL /PassGuide/{employee} is accessed the page will include information
regarding this specific employee.
When there is a request for an employee that is not known, the request will not be handled
by the HomeController details action.
How can this be ensured? Select all that apply.
A.
Add attribute…
B.
Add class…
C.
..Bind.
D.
..Unbind.
E.
..ValidateAntiForgeryToken
F.
..ValidateForgeryToken
G.
..implementing interface IRouteConstraint.
H.
..implementing interface IRouteHandler.
I.
..implementing interface RouteConstraint.
J.
..implementing interface RouteHandler.
K.
Set the new attribute’s Postfix property to Employee.
L.
Set the new attribute’s Prefix property to Employee.
M.
Make the main class use this new class.
N.
Make the default class use this new class.