RibbonLayoutsPage Class |
This base class simplifies creation of Application Page with custom ribbon tab.
You need to inherit from this class rather when from LayoutsPageBase, to use the functionality. Also, you should override the GetTabDefinition method and provide ribbon tab definition, using TabDefinition class.
Namespace: FluentRibbon
public abstract class RibbonLayoutsPage : LayoutsPageBase
The RibbonLayoutsPage type exposes the following members.
Name | Description | |
---|---|---|
GetTabDefinition |
Provide ribbon tab definition.
|