Beispiel #1
0
 public static string GetScrollHeight(this IJSRuntime js, ElementReference el)
 => js.Get <object>(el, "scrollHeight").ToString();