单项选择题

在ASP.NET Core项目中,Startup类的Configure方法中app对象的()方法可以加入使用路由的中间件。

A.UseHttpsRedirection()
B.UseRouting()
C.UseStaticFiles()
D.UseAuthorization()