Please enable JavaScript.
Coggle requires JavaScript to display documents.
ASP.NET MVC 5 (Attribute routing ([Route("User/Profile/{id}")],…
ASP.NET MVC 5
Attribute routing
[Route("User/Profile/{id}")]
optional parameters
[Route("User/Profile/{id?}")]
route constraints
[Route("User/Profile/{id:int}")]
route prefix
[RoutePrefix("User")]
One ASP.NET
One base project
Choosing features
Scaffolding on steroids
Filter overrides
excluded global/controller filter
[OverrideActionFilters]
[OverrideAuthorization]
Authentication filters
IAuthenticationFilter
CustomAuthentication
ASP.NET Identity
Bootstrap
New Web Project Experience
#