3-4SharePoint 开发自定义的rabbon 菜单
添加元素文件



<?xml version="1.0" encoding="utf-8"?> <Elements xmlns="http://schemas.microsoft.com/sharepoint/"> <CustomAction Id="MyTopMenuLink" Location="Microsoft.SharePoint.StandardMenu" GroupId="PersonalActions" Sequence="0" Title="跳转百度"> <UrlAction Url="http://www.baidu.com"/> </CustomAction> </Elements> <!--http://www.cnblogs.com/jianyus/p/3375613.html-->

浙公网安备 33010602011771号