У нас вы можете посмотреть бесплатно Web Part Context — Introduction to SharePoint Framework или скачать в максимальном доступном качестве, которое было загружено на ютуб. Для скачивания выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In this lesson, we will be creating an entirely new dashboard web part from scratch. We’ll begin to understand how we can consume SharePoint’s REST web services by first exploring a property on the web part called its context. This important property comes with every web part you build, and contains information about the context of the web part to which it belongs. This allows developers to get information about the site, page, and user viewing the web part at any time. We’ll also utilize the very convenient HTTP client utilities that come as part of the context property itself. BaseClientSideWebPart Class: https://docs.microsoft.com/en-us/java... Web Part Context: https://docs.microsoft.com/en-us/java... Get to Know the SharePoint REST Service: https://docs.microsoft.com/en-us/shar... SharePoint Search REST API: https://docs.microsoft.com/en-us/shar... Getting Started with OData: https://www.odata.org/getting-started... ES6 for Everyone by Wes Bos: https://es6.io/ ES6 Promises by Dave Atchley: https://www.datchley.name/es6-promises/ Lesson Source Code: https://github.com/ispfx/dash/tree/87... Watch the full playlist: • Introduction to SharePoint Framework