2023年3月10日 星期五

設定 element 無法 click

使用 css 處理

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}

沒有留言:

自訂權限驗證機制

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