Skip to content

Variable Validations

Taqi ツ edited this page Oct 16, 2023 · 1 revision

True Required

It checks that a boolean must have the 'true' value

[TrueRequired]
public bool isTrue { get; set; }
Clone this wiki locally