Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 878 Bytes

File metadata and controls

21 lines (15 loc) · 878 Bytes

INavigationManagerService.PopulateWebNavigationWith method

Allows to add page shortcuts to a navigation profile

public void PopulateWebNavigationWith(IModel model, params (string caption, IPage page)[] pages)
parameter description
model The model to which you are going to add the navigation items
pages A parameterized array of pages that are going to be added to the responsive web navigation profile

See Also