mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-02 12:07:44 +08:00
7 lines
140 B
C#
7 lines
140 B
C#
@namespace AntDesign
|
|
@inherits AntDomComponentBase
|
|
|
|
@foreach (var imageRef in _previewList)
|
|
{
|
|
<ImagePreview ImageRef="@imageRef" />
|
|
} |