2019年5月6日 星期一

資料庫欄位是二進位,但 orderby 要改用筆畫排序

先 tolist 再 orderby

沒有留言:

自訂權限驗證機制

// 使用 filter [Route("api/[controller]")] [ApiController] [Authorize] [TypeFilter(typeof(CustomAsyncAuthorizationFilter))] public c...