// 將Web API 設定成僅使用bearer 權杖驗證。 config.EnableCors(); config.SuppressDefaultHostAuthentication(); config.Filters.Add(new HostAuthenticationFilter( ...
確定! 回上一頁