ASP.NET Text ÊôÐÔ

¶¨ÒåºÍÓ÷¨

Text ÊôÐÔÓÃÓÚÉèÖûò·µ»Ø Literal ¿Ø¼þµÄÎı¾¡£

¸ù¾Ý´ËÊôÐԵĸ³Öµ·½Ê½£¬¶Ô±êÌâ½øÐÐ HTML ½âÂë¡£Èç¹ûͨ¹ý Literal ¿Ø¼þµÄ Text ÊôÐÔ¸³Öµ£¬ÔòÔÚÏÔʾ֮ǰ¶ÔÖµ½øÐÐ HTML ½âÂë¡£ÀýÈ磬<asp:Literal id="DisplayLiteral" Text="A&nbsp;B"/> ÔÚä¯ÀÀÆ÷ÖгÊÏÖΪ¡°A B¡±¡£È»¶ø£¬Èç¹ûÒÔ±à³Ì·½Ê½£¬»òÕßͨ¹ý½«Îı¾·ÅÔڿؼþµÄ¿ªÊ¼ºÍ½áÊø±ê¼ÇÖ®¼äÉèÖôËÊôÐÔ£¬Ôò²»¶Ô±êÌâ½øÐÐ HTML ½âÂë¡£ÀýÈ磬<asp:Literal id="DisplayLiteral"> A&nbsp;B </asp:Literal> ³ÊÏÖΪ¡°A&nbsp;B¡±¡£

Óï·¨

<asp:HyperLink Text="string" runat="server" />
ÊôÐÔ ÃèÊö
string ×Ö·û´®Öµ£¬¹æ¶¨ literal ¿Ø¼þÖеÄÎı¾¡£

ʵÀý

ÏÂÃæµÄÀý×ÓΪ Literal ¿Ø¼þÉèÖÃÁËÎı¾£º

<form runat="server">
<asp:Literal runat="server" Text="W3School" />
</form>

ʵÀý

Ϊ Literal ¿Ø¼þÉèÖÃÎı¾