[RouteAttribute("/errors/{ErrorStatusCode}")]
[RouteAttribute("/admin/errors/{ErrorStatusCode}")]
public class ErrorGeneralPage : MtBaseComponent| ErrorGeneralPage | Initializes a new instance of the ErrorGeneralPage class |
| 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) |
| 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) |