I have a model below: public class Learning { public bool active { get; set; } = false; } in learning.cshtml <div class="form-check ...
確定! 回上一頁