IBBlazorClientStorage - Esempi
string tabId = await clientStorage.GetTabIdAsync();
string browserId = await clientStorage.GetBrowserIdAsync();
Fornisce identificativi distinti per scheda e browser a sessione e componenti WebControls.
B-Arts Documentationstring tabId = await clientStorage.GetTabIdAsync();
string browserId = await clientStorage.GetBrowserIdAsync();
Fornisce identificativi distinti per scheda e browser a sessione e componenti WebControls.