※ [本文转录自 Web_Design 看板 #1JBMwp0f ]
作者: BigLoser (大鲁蛇) 看板: Web_Design
标题: [问题] asp.net Request
时间: Sat Mar 22 19:06:25 2014
请教一下各位前辈,
我在写asp.net的后端中,
以下两种写法有什么差异吗?
(1) string text = TextBox.Text;
(2) string text = Request["TextBox"];
在后端写过多的 Request 会有什么缺点吗?
谢谢 <3