These v19 docs are archived 🔒.
Go to the
latest docs home
or try if
this exact page is available
in the latest docs.
Namespace ToSic.Lib.Helpers
Classes
- GetOnce<TResult>
Simple helper class to use on object properties which should be generated once.
Important for properties which can also return null, because then checking for null won't work to determine if we already tried to retrieve it.