Forum Discussion
Devanandrk
Dec 10, 2018Copper Contributor
SharePoint frameworks
Is there any suggestions on retrieving current site page title using Page context object rather going with API
- Dec 10, 2018Oh PAGE TITLE :) then I do not think another way than using API for now.
Thuyavan Ganesan
Dec 10, 2018Steel Contributor
If I understand correctly, you want to retrieve host page right ?
Contextual information for the SharePoint site ("SPWeb") that is hosting the page.
your page tile is going to be same under the site...
Please refer this let me know.
https://docs.microsoft.com/en-us/javascript/api/sp-page-context/pagecontext?view=sp-typescript-latest
Contextual information for the SharePoint site ("SPWeb") that is hosting the page.
your page tile is going to be same under the site...
Please refer this let me know.
https://docs.microsoft.com/en-us/javascript/api/sp-page-context/pagecontext?view=sp-typescript-latest