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.

Definition

Namespace: MobileTrack.Web.Portal.Pages
Assembly: 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

Constructors

ErrorModelInitializes a new instance of the ErrorModel class

Properties

RequestId RequestId invoked by the error page, if applicable
ShowRequestId Whether to show the RequestId (true if not null)

Methods

OnGet HTTP GET Page

See Also