这个符号是什么意思?被称为asp.net [英] what does this sign "" is know as in asp.net

查看:57
本文介绍了这个符号是什么意思?被称为asp.net的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这个符号是什么<%%>在asp.net中.它有什么用.还有一些我想知道的.他们是

<%@>
<%==%>
<%#%>

还有更多.请提供链接或更多信息,如果有,那就更好了

谢谢
anoop

hi what does this sign <% %> in asp.net . what is its use. there also few more which i want to know. they are

<%@ >
<%==%>
<%# %>

are there more. please provide links or more information and if there is eg then better

thanks
anoop

推荐答案

<% %>

嵌入式代码块是在页面期间执行的服务器代码.的呈现阶段.该块中的代码可以执行编程语句并调用当前页面类中的函数"

"An embedded code block is server code that executes during the page''s render phase. The code in the block can execute programming statements and call functions in the current page class" http://msdn2.microsoft.com/en-gb/library/ms178135(vs.80).aspx[^]

<%= %>

显示单条信息. http://msdn2.microsoft.com/en-us/library/6dwsdcf5(VS .71).aspx [ ^ ]

Display single pieces of information. http://msdn2.microsoft.com/en-us/library/6dwsdcf5(VS.71).aspx[^]

<%# %>

数据绑定表达式语法. http://msdn2.microsoft.com/en-us/library/bda9bbfx.aspx [ ^ ]


Data Binding Expression Syntax. http://msdn2.microsoft.com/en-us/library/bda9bbfx.aspx[^]


<%@ %>

指令语法. http://msdn2.microsoft.com/en-us/library/xz702w3e(VS .80).aspx [ ^ ]


这篇关于这个符号是什么意思?被称为asp.net的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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