[RouteAttribute("/admin/settings")]
public class Settings : MtBaseComponent| Settings | Initializes a new instance of the Settings class |
| ColorSelectionModalRef | Color selection modal reference |
| EditContext | The EditContext for the settings form. |
| IsGoogleAuthEnabled | Whether Google authentication is enabled. |
| IsMicrosoftAuthEnabled | Whether Microsoft authentication is enabled. |
| IsSmsAuthEnabled | Whether Sms authentication is enabled. |
| JsRuntime | Dependency injection for the JavaScript runtime. |
| NewSettingsModel | New settings model to update the user's settings with. If NewSettingsModel differs from OldSettingsModel, the user's settings will be updated. |
| OldSettingsModel | Current settings model of the 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) |
| 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) |
| OnInitialized |
Method invoked when the component is ready to start, having received its
initial parameters from its parent in the render tree.
(Overrides ComponentBaseOnInitialized) |