<形式>句法 [英] <form> syntax

查看:78
本文介绍了<形式>句法的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

HI,


我在一个例子中看到hello.aspx,有一个< form标签使用像


< form runat =" server>


我搜索所有html标记引用,但找不到runat属性

for< formtag。


我应该使用哪个参考来找到它?


谢谢,



I saw in an example hello.aspx, there is a <form tagbeing used like

<form runat="server>

I search all html tag references and could NOT find "runat" attributes
for <formtag.

which reference should I use in order to find that?

Thanks,

推荐答案

* asp.net html表单控件*引用,而不是html表单引用。

请参阅:
http://msdn2.microsoft.com/en-us/lib...ff(VS.71).aspx


Juan T .Llibre,asp.net MVP

asp.net faq: http ://asp.net.do/faq/

foros de asp.net,en espa?ol: http://asp.net.do/foros/

============= ======================

" Coward 9" < Co ***** @ gmail.comwrote in message

news:11 ********************** @ p77g2000hsh。 googlegr oups.com ...
The *asp.net html form control* reference, not the html form reference.

See :
http://msdn2.microsoft.com/en-us/lib...zf(VS.71).aspx


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espa?ol : http://asp.net.do/foros/
===================================
"Coward 9" <Co*****@gmail.comwrote in message
news:11**********************@p77g2000hsh.googlegr oups.com...

HI,


我在示例hello.aspx中看到,有一个< ;形式标记使用像


< form runat =" server>


我搜索所有html标记引用,但找不到 RUNAT"属性

for< formtag。


我应该使用哪个参考来找到它?


谢谢,


I saw in an example hello.aspx, there is a <form tagbeing used like

<form runat="server>

I search all html tag references and could NOT find "runat" attributes
for <formtag.

which reference should I use in order to find that?

Thanks,



" Coward 9" < Co ***** @ gmail.comwrote in message

news:11 ********************** @ p77g2000hsh。 googlegr oups.com ...
"Coward 9" <Co*****@gmail.comwrote in message
news:11**********************@p77g2000hsh.googlegr oups.com...

我在一个例子中看到hello.aspx,有一个< form tagbeing使用像


< form runat =" server>


我搜索所有html标记引用,但找不到runat属性

for< formtag。


我应该使用哪个引用来查找?
I saw in an example hello.aspx, there is a <form tagbeing used like

<form runat="server>

I search all html tag references and could NOT find "runat" attributes
for <formtag.

which reference should I use in order to find that?

http ://msdn2.microsoft.com/en-us/lib...50(vs.71).aspx


runat =不是HTML属性。它是HTML

中使用的一个特殊属性,在呈现给客户端之前将由ASP.NET解析。由于ASP.NET是服务器端代码,因此在向客户端发送

之前,它会在服务器上进行解析。客户端没有收到runat =语法。


" Coward 9" < Co ***** @ gmail.comwrote in message

news:11 ********************** @ p77g2000hsh。 googlegr oups.com ...
runat= is not an HTML attribute. It is a special attribute used in HTML
that will be parsed by the ASP.NET prior to rendering to the client. Since
ASP.NET is server-side code, it is parsed on the server before sending
anything to the client. The client does not receive the runat= syntax.

"Coward 9" <Co*****@gmail.comwrote in message
news:11**********************@p77g2000hsh.googlegr oups.com...

HI,


我在示例hello.aspx中看到,有一个< ;形式标记使用像


< form runat =" server>


我搜索所有html标记引用,但找不到 RUNAT"属性

for< formtag。


我应该使用哪个参考来找到它?


谢谢,


I saw in an example hello.aspx, there is a <form tagbeing used like

<form runat="server>

I search all html tag references and could NOT find "runat" attributes
for <formtag.

which reference should I use in order to find that?

Thanks,



这篇关于&LT;形式&GT;句法的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆