Class ErrorPage
View model for rendering an error page.
public class ErrorPage
- Inheritance
-
objectErrorPage
- Extension Methods
Constructors
ErrorPage()
public ErrorPage()
Properties
ErrorMessage
Localized error message.
public string ErrorMessage { get; set; }
Property Value
- string