SharePoint 2010开发自定义Web部件
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SharePoint 2010开发自定义Web部件相关的知识,希望对你有一定的参考价值。
Great tutorial for getting started with SharePoint custom web parts
//Quick Reference for Web part properties [WebBrowsable(true), Category("Miscellaneous"), Personalizable(PersonalizationScope.Shared), WebDisplayName("Enter some text")] public string CustomTextProp { get; set; }
以上是关于SharePoint 2010开发自定义Web部件的主要内容,如果未能解决你的问题,请参考以下文章
Sharepoint 2010添加,编辑,删除表单替换为自定义可视Web部件
Sharepoint 2010 发布站点自定义页面布局 webpart 区域
CSS Sharepoint 2010自定义类,用于内容编辑器Web部件Css语法