Beispiel #1
0
 public static void WriteLocalStorage(this IJSInProcessRuntime js, string name, int?value)
 => js.WriteLocalStorage(name, value?.ToString() ?? string.Empty);