public class CustomPageContent : MtBaseComponent| CustomPageContent | Initializes a new instance of the CustomPageContent class |
| CustomPage | The CustomPageDto object |
| DeletePage | Event callback that deletes the current page. |
| Dialog | Confirm dialog |
| EditPage | Event callback that opens the page modal for editing. |
| IsSortingEnabled | Indicates whether the user has enabled sorting for the content segments. |
| NavItems | Breadcrumb navigation items for the page. |
| RequiredPermissionsForManage |
Lists the permissions the user needs to be able to manage the page/item
(Overrides MtBaseComponentRequiredPermissionsForManage) |
| RequiredPermissionsForView |
Lists the permissions the user needs to be able to view the page/item
(Overrides MtBaseComponentRequiredPermissionsForView) |
| BuildRenderTree | (Overrides ComponentBaseBuildRenderTree(RenderTreeBuilder)) |
| OnInitializedAsync |
Method invoked when the component is ready to start, having received its
initial parameters from its parent in the render tree.
Override this method if you will perform an asynchronous operation and
want the component to refresh when that operation is completed.
(Overrides ComponentBaseOnInitializedAsync) |
| OnParametersSetAsync |
Method invoked when the component has received parameters from its parent in
the render tree, and the incoming values have been assigned to properties.
(Overrides MtBaseComponentOnParametersSetAsync) |
| RevertToOriginalState | Reverts the sorting of the content segments to the original order. |
| ToggleSectionEditor | Toggles the display of the editor. |