Last updated 3 years ago
namespace:
Inherits:
Hides the attached property if Target's value is null (or if a value type, default).
Target's
string _foo = null; [HideIf(nameof(_foo))] public string RandomStr = "hello";
VisibleBaseAttribute