Table of Contents

Namespace ToSic.Lib.LookUp.Sources

Classes

LookUpBase

Base Class to create your own LookUp Class - used by all Look-Ups.
Read more about this in LookUp System

LookUpInDictionary

Look Up values from a .net dictionary. Case-Insensitive.
Read more about this in LookUp System

LookUpInLookUps

This Value Provider chains two or more LookUps and tries one after another to deliver a result It's mainly used to override values which are given, by a special situation.
Read more about this in LookUp System

LookUpInNameValueCollection

Look-Up helper to get something from a standard .net NameValueCollection.
Read more about this in LookUp System

LookUpIn<T>