[RouteAttribute("/settings")]
public class Settings : MtBaseComponent| Settings | Initializes a new instance of the Settings class |
| EditContext | Edit form for the settings. |
| JsRuntime | Dependency injection for the JavaScript runtime. |
| NewSettingsModel | New settings model to update. |
| OldSettingsModel | Original settings of the user. This will be compared to NewSettingsModel to determine if the settings have changed. |
| 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)) |
| LoadData |
Loads the data that the component requires to get out of preview.
It is invoked in the OnParametersSetAsync method of MtBaseComponent (Overrides MtBaseComponentLoadData) |