你使用拖放控件到 Visual Studio 2005 页面设计器的方式,给 ASP.NET Web 窗体增加了一个用户控件 MyControl。请问,Visual Studio 给你的 Web 窗体做了那些变化?()
A、A.为 Web 窗体的 body 增加了<control id="MyControl1" Runat="server" />元素。
B、B.为 Web 窗体增加了@ Register 标记。
C、C.为 Web 窗体的 body 增加了<uc1:MyControl id="MyControl1" Runat="server" /> 元素。
D、D.在 Web 窗体的节增加了<meta control="MyControl"> 元素。
E、E.为 Web 窗体增加了@ Control 标记。