[RouteAttribute("/{environmentId:guid}/account/{accountId:guid}/{activeTab:int}")]
[RouteAttribute("/{environmentId:guid}/account/{accountId:guid}")]
[RouteAttribute("/{environmentId:guid}/account/new")]
public class AccountPage : MtBaseComponent| AccountPage | Initializes a new instance of the AccountPage class |
| AccountId | The ID of the AccountDto to display (derived from the URL). |
| ActiveTab | The Tab that will be opened at startup. |
| 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) |