Share via


IContextAccessor.RemoveValue(String) Method

Definition

Removes the element with the specified key.

public:
 void RemoveValue(System::String ^ key);
public void RemoveValue (string key);
abstract member RemoveValue : string -> unit
Public Sub RemoveValue (key As String)

Parameters

key
String

The key for the element to remove.

Applies to