RequestContext.Set(String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.