Table of Contents

Class UserScreenContext

Namespace
Dynamicweb.CoreUI.Screens
Assembly
Dynamicweb.CoreUI.dll

Abstract class enabling setting and getting context user-specific data related to UI screens.

public abstract class UserScreenContext
Inheritance
UserScreenContext
Inherited Members

Methods

GetValue<T>(string)

public abstract T? GetValue<T>(string key)

Parameters

key string

Returns

T

Type Parameters

T

SetValue<T>(string, T)

public abstract void SetValue<T>(string key, T value)

Parameters

key string
value T

Type Parameters

T
To top