VariablesMap class

Helper class to map common request and server properties, as well as shared state variables, into a dictionary.

public static class VariablesMap

Public Members

name description
static GetCommonProperties(…) Populates the provided dictionary with common request and server properties from the Kestrun context.
static GetSharedStateStore(…) Populates the provided dictionary with variables from the shared state store.
static GetVariablesMap(…) Populates the provided dictionary with variables from the request context and shared state store.

See Also