[LayoutAttribute(typeof(HelpLayout))]
[RouteAttribute("/admin/help/{Language}/{Topic}/{UrlString}")]
[RouteAttribute("/admin/help/{Language}/{Topic}")]
[RouteAttribute("/admin/help/{Language}")]
public class HelpMain : MtBaseComponent| HelpMain | Initializes a new instance of the HelpMain class |
| Dialog | Confirm dialog before the user proceeds |
| Help | The HelpDto object |
| JsRuntime | Dependency Injected JavaScript interop runtime. |
| Language | Language code. E.g. en, nl, de |
| NavItems | List of NavItems for the sidebar |
| NewItemString | The new item string entered by user |
| 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) |
| Topic | Content category |
| TopicToEdit | Topic to be edited |
| UpdateTopicNameModal | Model to edit the topic's name |
| UrlString | The URL string containing content IDs |
| BuildRenderTree | (Overrides ComponentBaseBuildRenderTree(RenderTreeBuilder)) |
| OnInitialized |
Method invoked when the component is ready to start, having received its
initial parameters from its parent in the render tree.
(Overrides ComponentBaseOnInitialized) |
| OnParametersSet |
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 ComponentBaseOnParametersSet) |