Пример #1
0
 /// <summary>
 /// Method connected to the listitems "onclick" event and removes the item.
 /// </summary>
 /// <param name="url"></param>
 public void RemoveListItem(string url)
 {
     ImageURL.Remove(url);
     StateHasChanged();
 }