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