ITempDataProvider.SaveTempData Méthode

Définition

Enregistre les données temporaires.

public:
 void SaveTempData(Microsoft::AspNetCore::Http::HttpContext ^ context, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ values);
public void SaveTempData (Microsoft.AspNetCore.Http.HttpContext context, System.Collections.Generic.IDictionary<string,object> values);
abstract member SaveTempData : Microsoft.AspNetCore.Http.HttpContext * System.Collections.Generic.IDictionary<string, obj> -> unit
Public Sub SaveTempData (context As HttpContext, values As IDictionary(Of String, Object))

Paramètres

context
HttpContext

L’HttpContextopérateur

values
IDictionary<String,Object>

Valeurs à enregistrer.

S’applique à