在ASP控件中,如何在控制代码中的<contentemplate>标记中获取文本?</contentemplate>

时间:2009-07-02 08:38:18

标签: asp.net ajax asp.net-ajax user-controls

在我的页面ASP.net页面中,我正在使用这样的自定义控件:

<MyNamespace:MyControl runat="server" ID="myControl">
<contenttemplate>
This is the text I want to use
</contenttemplate>
</MyNamespace:MyControl>

在控件的c#代码中,如何获取包含<contentemplate>标记之间文本的字符串(例如“这是我要使用的文本”)? 你能给我代码吗?

谢谢!

1 个答案:

答案 0 :(得分:1)