Share via


ITempData.Peek(String) Method

Definition

Gets the value associated with the specified key without scheduling it for deletion.

public object? Peek(string key);
abstract member Peek : string -> obj
Public Function Peek (key As String) As Object

Parameters

key
String

Returns

Applies to