Set(string, object)
static
public static void Set(string key, object value) Sets a value in the request context.
Parameters
keystring- The key for the value to be updated or added.
valueobject- The value to be stored into the request context.
public static void Set(string key, object value)keystringvalueobject