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