You are implementing an ASP.NET Dynamic Data Web site. The Web site includes a data context that enables automatic scaffolding for all tables in the data model. The Global.asax.cs file contains the following code segment.<img src="https://nimg.ppkao.com/2018-07/lina/2018072615364989288.jpg?sign=1db1279dca27e06621cac9c91be15e31&t=62d5e66f" /><br /> You need to display the items in a table named Products by using a custom layout. What should you do?()
A、Add a new Web page named Products.aspx to the Dynamic Data\PageTemplates folder of the Web site.
B、Add a new folder named Products to the Dynamic Data\CustomPages folder of the Web site. Add a new Web page named ListDetails.aspx to the Products folder.
C、Add a new Web user control named Products.ascx to the Dynamic Data\Filters folder of the Web site. In the code-behind file for the control, change the base class from UserControl to System.Web.DynamicData.Query.
D、Add a new Web user control named Products_ListDetails.ascx to the DynamicData\EntityTemplates folder of the Web.In the code-behind file for the control, change the base class from UserControl to System.Web.DynamicData.Entity.