ErrorModel Class
Error page. This is a last-ditch resolution if a critical error occurs.
This is to alert the user that something went wrong.
MobileTrack support staff will be notified of the error automatically.
Namespace: MobileTrack.Web.Portal.PagesAssembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
[ResponseCacheAttribute(Duration = 0, Location = ResponseCacheLocation.None, NoStore = true)]
[IgnoreAntiforgeryTokenAttribute]
public class ErrorModel : PageModel
- Inheritance
- Object PageModel ErrorModel
| ErrorModel | Initializes a new instance of the ErrorModel class |
| RequestId |
RequestId invoked by the error page, if applicable
|
| ShowRequestId |
Whether to show the RequestId (true if not null)
|