Please enable JavaScript.
Coggle requires JavaScript to display documents.
WebAPI - Coggle Diagram
WebAPI
Filters
Authentication
checks
user identity
Authorization
runs
before action
checks
user is allow
-
Exception
unhandled exceptions
Override
modify filters
Caching
technique
-
future requests
ensure
-
when needed
-
routing
matches
URI to action
Convention-based
route templates
-
what is it ❓
Application Programming Interface
platform
reveal
data
-
push data
to a server
-
-
HttpConfiguration
main class :star:
properties
override
-
-
CORS
mechanism
allows
request
-
Return types
supports any