MVC - Checkbox - Fix Error CS0266 Cannot implicitly convert type 'bool' to 'bool'

preview_player
Показать описание
Visual Studio MVC - Checkbox View
Error CS0266 Cannot implicitly convert type 'bool?' to 'bool'. An explicit conversion exists (are you missing a cast?)

Error CS1662 Cannot convert lambda expression to intended delegate type because some of the return types in the block are not implicitly convertible to the delegate return type

More info
Рекомендации по теме
Комментарии
Автор

thank you so much, I've fixed the error

nguyenthu