RequestContext.Remove(String) メソッド

定義

要求コンテキストから値を削除します。

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

パラメーター

key
String

削除する値のキー。

戻り値

true 値が以前に要求コンテキストにあり、削除された場合は 。それ以外の場合 falseは 。

適用対象