最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

reactjs - Get query params of powerpoint-web from microsoft add-ins - Stack Overflow

programmeradmin1浏览0评论

I am redirecting user to the microsoft web page from my react app and passing extra query params with it (myValue) something like

oneDrive.live/extraCode/Doc.aspx?resid=A&cid=B&myValue=123

Now I have a microsoft addin created for powerpoint web(running in localhost as of now). Can I somehow get that value in my addin ? Since my addin is running in a different domain -

window.location.href

will not give me powerpoint url but the domain where addin is deployed.If not possible is there any other way I can get these values in my addin when I redirect from my application to powerpoint?

发布评论

评论列表(0)

  1. 暂无评论