- SharePoint Development with the SharePoint Framework
- Jussi Roine Olli J??skel?inen
- 260字
- 2021-07-08 10:14:00
Key features of the SharePoint Framework
Besides the types of projects the SharePoint Framework supports, there are other key aspects of the approach that developers need to be aware of.
First, and foremost, the SharePoint Framework-based customizations and custom code runs in the context of a logged-in current user and connection with the browser.
Elevation of privileges, which would often be a way for developers to circumvent the permission model of SharePoint in full-trust code, are not used with the SharePoint Framework. As no IFrames are used, all code that you deploy that is based on the SharePoint Framework always executes with the permissions, privileges, and access of the current user. Keep this in mind when implementing your solutions, as you might need to store additional data elsewhere and the user either must have access to that location, or you need to resort to external code to shield your data or make it harder to access directly.
Each solution that you choose to make available for users can be deployed either on classic SharePoint pages or modern SharePoint pages. The difference between the two is that classic pages are what most users are accustomed to using and modifying. Modern pages are, as the name implies, a newer model based on a canvas rather than individual zones (called the web part zones). When implementing your solutions, you typically do not have to worry whether or not the hosting page will be classic or modern; they both work, and presumably more and more pages in the future will simply be modern pages.
- Mastering Concurrency Programming with Java 8
- 玩轉(zhuǎn)Scratch少兒趣味編程
- Python Deep Learning
- C/C++常用算法手冊(cè)(第3版)
- 用Flutter極速構(gòu)建原生應(yīng)用
- 零基礎(chǔ)學(xué)Java程序設(shè)計(jì)
- Python編程實(shí)戰(zhàn)
- Arduino家居安全系統(tǒng)構(gòu)建實(shí)戰(zhàn)
- Struts 2.x權(quán)威指南
- Learning Splunk Web Framework
- 跟戴銘學(xué)iOS編程:理順核心知識(shí)點(diǎn)
- Offer來(lái)了:Java面試核心知識(shí)點(diǎn)精講(框架篇)
- Python趣味創(chuàng)意編程
- PhantomJS Cookbook
- 大話程序員:從入門到優(yōu)秀全攻略