You have to use the binding in a ternary operator to achieve this. <div class="menu @(IsOpen ? "open" : "")"></div> <button @onclick="@AddClass">Add ...
確定! 回上一頁