Class ErrorPageModel
Inherited Members
Namespace: Volo.Docs.Pages.Documents.Shared.ErrorComponent
Assembly: Volo.Docs.Web.dll
Syntax
public class ErrorPageModel
Constructors
ErrorPageModel()
Declaration
public ErrorPageModel()
Properties
AutoRedirect
Declaration
public bool AutoRedirect { get; set; }
Property Value
Type | Description |
---|---|
bool |
ErrorCode
Declaration
public string ErrorCode { get; set; }
Property Value
Type | Description |
---|---|
string |
ErrorMessage
Declaration
public string ErrorMessage { get; set; }
Property Value
Type | Description |
---|---|
string |
RedirectUrl
Declaration
public string RedirectUrl { get; set; }
Property Value
Type | Description |
---|---|
string |