UseHsts (); } app.UseCors(builder => builder .AllowAnyOrigin() .AllowAnyHeader() .AllowAnyMethod() ); app.UseHttpsRedirection(); app.
確定! 回上一頁