Edit

Share via


RequestContext.Remove(String) Method

Definition

Remove a value from the request context.

public static bool Remove (string key);
static member Remove : string -> bool
Public Shared Function Remove (key As String) As Boolean

Parameters

key
String

The key for the value to be removed.

Returns

true if the value was previously in the request context and has now been removed, otherwise false.

Applies to