AddController vs AddMvc vs AddControllersWithViews vs AddRazorPages

AddController, AddMvc, AddControllersWithViews, AddRazorPages

參考來源

整理成表格,如下:

Subject \ Mode
AddMvc
AddControllersWithViews
AddController
AddRazorPages

統整分析後

全部

除了 Page 都有

只有 WebApi

只有 Page

Controller

Y

Y

Y

Y

Model Binding

Y

Y

Y

Y

API Explorer

Y

Y

Y

N

Authorization

Y

Y

Y

Y

CORS

Y

Y

Y

N

Validations

Y

Y

Y

Y

Formatter Mappig

Y

Y

Y

N

Antiforgery

Y

Y

N

Y

TempData

Y

Y

N

Y

Views

Y

Y

N

Y

Pages

Y

N

N

Y

TagHelpers

Y

Y

N

Y

Memory Cache

Y

Y

N

Y

(EOF)

Last updated