Interface IChromeOptions
- Namespace
- PnP.Core.Model.SharePoint
- Assembly
- PnP.Core.dll
Defines the chrome (header/footer) options of a web
public interface IChromeOptions
Properties
Footer
Site footer chrome configuration
IFooterOptions Footer { get; }
Property Value
Header
Site header chrome configuration
IHeaderOptions Header { get; }
Property Value
Navigation
Site navigation chrome options
INavigationOptions Navigation { get; }