试题详情

在ASP.NET中,可以使用多种方法从一个页面跳转到另外一个页面,或者其他连接地址,以下都是可选择的方案,除了()

A使用Response对象的Redirect方法

B使用Server对象的Execute方法

C使用Server对象的Transfer方法

D使用Application对象的DirectTo方法