RequestContext.Remove(String) 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.
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
.