@namespace antblazorpro.Pages.List @page "/list/basic-list"
Home List Basic List
@Info("My to do", "8 tasks", true) @Info("Average task processing time this week", "32 minutes", true) @Info("Number of tasks completed this week", "24 tasks")
All Processing Waiting
@context.Title
Owner

@context.Owner

Starting time

@context.CreatedAt.ToString("yyyy-MM-dd HH:mm")

@code { private static readonly RenderFragment Edit = @ Edit ; private readonly RenderFragment[] _actions = { Edit }; private RenderFragment Info(string title, string value, bool bordered = false) { return @
@title

@value

@if (bordered) { }
; } }