Ejemplo n.º 1
0
 public static void WriteSessionStorage(this IJSInProcessRuntime js, string name, int?value)
 => js.WriteSessionStorage(name, value?.ToString() ?? string.Empty);