文件名称: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()