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-->

 

posted @ 2020-05-28 11:23  七秒钟得记忆  阅读(63)  评论(0)    收藏  举报