创建页面时向WebPartPage添加描述
我按照这个(http://msdn.microsoft.com/en-us/library/ms450826.aspx)方法添加一个webpartpage(samplewpp.aspx)并且它有效。但是,我还需要添加一行描述。如何?
I am following this (http://msdn.microsoft.com/en-us/library/ms450826.aspx) method to add a webpartpage (samplewpp.aspx) and it works. However, I need to add one line description as well. How?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要将内容编辑器 Web 部件 (CEWP) 添加到页面,然后向其中添加您的描述。 CEWP 允许您将文本/html 放入页面上。
要以编程方式执行此操作,请按照 类似 Razi bin Rais 的代码:-
You need to add a Content Editor Web Part (CEWP) to the page and then add your description to this. The CEWP allows you to put text/html onto a page.
To do this programatically then follow something like this code by Razi bin Rais :-