Share via


ITempData.Get(String) Method

Definition

Gets the value associated with the specified key and then schedules it for deletion.

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

Parameters

key
String

Returns

Applies to