How should you implement the route handler?

DRAG DROP
You are developing an ASP.NET MVC application that takes customer orders. Orders are restricted to
customers with IP addresses based in the United States.
You need to implement a custom route handler. How should you implement the route handler? (To answer,
drag the appropriate line of code to the correct location or locations. Each line of code may be used once, more
than once, or not at all. You may need to drag the split bar between panes or scroll to view content.)

DRAG DROP
You are developing an ASP.NET MVC application that takes customer orders. Orders are restricted to
customers with IP addresses based in the United States.
You need to implement a custom route handler. How should you implement the route handler? (To answer,
drag the appropriate line of code to the correct location or locations. Each line of code may be used once, more
than once, or not at all. You may need to drag the split bar between panes or scroll to view content.)

A.
IRouteHandler,IHttpHandler,RequestContext

B.
RequestContext,IHttpHandler,IRouteHandler

C.
ServerContext,RequestContext,IRouteHandler

D.
IRouteHandler,RequestContext,ServerContext

Explanation:



Leave a Reply 4

Your email address will not be published. Required fields are marked *


jpierce

jpierce

Little late but other tests show IRouteFactory as the first option. It’s very misleading and can make a person potentially fail a cert test.