Edit

Share via


RequestContext.Set(String, Object) Method

Definition

Sets a value in the request context.

public static void Set (string key, object value);
static member Set : string * obj -> unit
Public Shared Sub Set (key As String, value As Object)

Parameters

key
String

The key for the value to be updated or added.

value
Object

The value to be stored into the request context.

Applies to