sharepoint custom webpart

时间:2012-10-04 09:56:17
【文件属性】:
文件名称:sharepoint custom webpart
文件大小:41KB
文件格式:RAR
更新时间:2012-10-04 09:56:17
web part sharepoint vs2008 自定义webpart [WebBrowsable(true), WebPartStorage(Storage.Shared), Personalizable(true), WebDisplayName("text"), FriendlyName("Text")] public string Text { get { return text; } set { text = value; } } 包括自定义属性,添加WEB控件等。。。
【文件预览】:
CustomWebPart
----CustomWebPart.suo(17KB)
----CustomWebPart.sln(1KB)
----CustomWebPart()
--------pkg()
--------bin()
--------obj()
--------CustomWebPart.csproj(3KB)
--------CustomWebPart.csproj.user(233B)
--------DocumentList()
--------Properties()

网友评论

  • 正在尝试使用。可惜没有说明文档。