【发布时间】:2020-06-02 11:18:34
【问题描述】:
Q1- 我在 ASP.NET MVC Core 2.2 中使用了 Hangfire Dashboard,但我需要在“Recurring Job”中将 cron 表达式显示为文本。
示例:当 cron 值为 * * * * * 时,表中显示的文本为“每分钟”
when cron value is 0 8 * * * show text in table is "At 08:00"
等等……如附件图片所示
Q2- 我可以在 Hangfire Dashboard 代码上进行编辑,还是可以访问 Hangfire Dashboard 代码并将其编辑为 HTML?
【问题讨论】:
标签: c# asp.net-core-mvc hangfire