ErrorGeneralPage Class

Error page that is shown when an error occurs in the application. User can see the error message and reload the page.

Definition

Namespace: MobileTrack.Web.Portal.Pages.Errors
Assembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
[RouteAttribute("/errors/{ErrorStatusCode}")]
[RouteAttribute("/admin/errors/{ErrorStatusCode}")]
public class ErrorGeneralPage : MtBaseComponent
Inheritance
Object    ComponentBase    MtBaseComponent    ErrorGeneralPage

Constructors

ErrorGeneralPageInitializes a new instance of the ErrorGeneralPage class

Properties

ErrorStatusCode Error status code string.
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)

Methods

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)

See Also