public IEnumerable <string> Post() => ExceptionsHelper.RetrieveLogFiles();
/// <summary> /// 顯示異常明詳方法 /// </summary> protected void ShowDetail() { Items = ExceptionsHelper.RetrieveLogFiles(); show = true; StateHasChanged(); }