This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.ArgumentBinder.
Summary
When parsing the enum values, ignore all casing.
This is defaulted to false.
If this is set to true, and there are two enum values that, when casing is ignored,
match, a validation error will happen.
- Assembly
- Cake
.ArgumentBinder .dll - Namespace
- Cake
.ArgumentBinder - Containing Type
- Enum
Argument Attribute
Syntax
public bool IgnoreCase { get; set; }
Value
Type | Description |
---|---|
bool |