SyntaxFix
Write A Post
Hire A Developer
Questions
This:
<div class="details @(Model.Details.Count > 0 ? "show" : "hide")">
will render this:
<div class="details hide">
and is the mark-up I want.