Skip to content

Pact Web TempDataService ITempDataService Get T (string System Text Json JsonSerializerOptions)

welshronaldo edited this page May 30, 2022 · 4 revisions

ITempDataService.Get<T>(string, JsonSerializerOptions) Method

Gets a item from the Temp Data Dictionary

T Get<T>(string key, System.Text.Json.JsonSerializerOptions jsonOptions=null)
    where T : class;

Type parameters

T

Parameters

key System.String

jsonOptions System.Text.Json.JsonSerializerOptions

Returns

T

Clone this wiki locally