Edit

Share via


RequestContext.Get(String) Method

Definition

Retrieves a value from the request context.

public static object Get (string key);
static member Get : string -> obj
Public Shared Function Get (key As String) As Object

Parameters

key
String

The key for the value to be retrieved.

Returns

The value currently associated with the provided key, otherwise null if no data is present for that key.

Applies to