Class ConsentModel.ProcessConsentResult
Inheritance
System.Object
ConsentModel.ProcessConsentResult
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.Abp.Account.Web.Pages
Assembly: Volo.Abp.Account.Web.IdentityServer.dll
Syntax
public class ProcessConsentResult
Properties
HasValidationError
Declaration
public bool HasValidationError { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsRedirect
Declaration
public bool IsRedirect { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
RedirectUri
Declaration
public string RedirectUri { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ValidationError
Declaration
public string ValidationError { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |