9 lines
204 B
C#
9 lines
204 B
C#
using Microsoft.AspNetCore.Components;
|
|
|
|
namespace antblazorpro.Pages.Account.Center
|
|
{
|
|
public partial class AvatarList
|
|
{
|
|
[Parameter] public RenderFragment ChildContent { get; set; }
|
|
}
|
|
} |