Table of Contents

Namespace ToSic.Lib.LookUp

Sometimes objects need to get values from the context - like...

  • a URL Parameter
  • the current date/time
  • an App Setting or Resource

etc. This is done through ToSic.Lib.LookUp.ILookUp objects.

In many cases, we need to look up a few - like when we have a configuration made with Tokens. These would look like [App:Path] or [QueryString:Ui]. The tool which takes a list of these and looks all of them up is the ToSic.Lib.LookUp.ILookupEngine.

Tip

Read more about this in LookUp System.

Namespaces

ToSic.Lib.LookUp.Engines
ToSic.Lib.LookUp.Sources

Classes

LookUpConstants
LookUpSpecs

Interfaces

ILookUp

Describes a LookUp source similar to a dictionary, which can be used to resolve keys to values.

ITweakLookUp