using System.Collections.Generic; using antblazorpro.Models; using Microsoft.AspNetCore.Components; namespace antblazorpro.Pages.Account.Center { public partial class Articles { [Parameter] public IList List { get; set; } } }