Skip to content

RequestContext.Remove(string)

Remove(string)

static
View source
public static bool Remove(string key)
Remove a value from the request context.

Parameters

keystring
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.