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