ASP.NET Core Practice Test
ASP.NET Core Configuration & Logging 3
What is IOptionsSnapshot used for in ASP.NET Core?
Select your answer
A
To get a scoped options value that reflects configuration changes between requests
B
To take a snapshot of all configuration at startup
C
To cache options values permanently
D
To validate options on first access
Hint