Class ErrorPageModel
Inheritance
System.Object
ErrorPageModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Docs.Pages.Documents.Shared.ErrorComponent
Assembly: Volo.Docs.Web.dll
Syntax
public class ErrorPageModel
Properties
AutoRedirect
Declaration
public bool AutoRedirect { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
ErrorCode
Declaration
public string ErrorCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ErrorMessage
Declaration
public string ErrorMessage { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
RedirectUrl
Declaration
public string RedirectUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |