Skip to content

RequestContext.Set(string, object)

Set(string, object)

static
View source
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.