How should you implement model binding for the ReservationLocation type?

Posted by: Pdfprep Category: 70-486 Tags: , ,

DRAG DROP

DRAG DROP You are developing an ASP.NET MVC web application in Visual Studio 2012.

The application has a model named ReservationLocation that contains properties named City and State.

The view that displays reservations has a single text box named loc for entering the location information. The location is entered as city, state.

There are action methods that have ReservationLocation as a parameter type.

You need to ensure that the City and State properties are correctly populated.

How should you implement model binding for the ReservationLocation type? (To answer, drag the appropriate code segment to the correct location or locations. Each code segment 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.)

Answer:

Leave a Reply

Your email address will not be published.