v0.2.0
Add support for ASP.NET conditional attributes:
- A
foo="@bar"attribute will be omitted ifbarevaluates tofalseornull - A
foo="@bar"attribute will be rendered asfoo="foo"ifbarevaluates totrue, unlessfoois adata-*attribute
Add support for ASP.NET conditional attributes:
foo="@bar" attribute will be omitted if bar evaluates to false or nullfoo="@bar" attribute will be rendered as foo="foo" if bar evaluates to true, unless foo is a data-* attribute