What is IOptionsSnapshot<T> used for in ASP.NET Core?
-
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