Class PageValidationResult
Result for validation of the UI page state.
public sealed class PageValidationResult
- Inheritance
-
objectPageValidationResult
- Extension Methods
Properties
ErrorMessageKey
Key identifying a localizable error message, or null.
public string ErrorMessageKey { get; init; }
Property Value
- string
ErrorMessageParams
An array of parameters for the localizable error message.
public object[] ErrorMessageParams { get; init; }
Property Value
- object[]
IsValid
A value indicating whether the validation passed or failed.
public bool IsValid { get; init; }
Property Value
- bool