2021-01-25 02:05:18 +08:00
|
|
|
|
@namespace AntDesign
|
|
|
|
|
@inherits AntDomComponentBase
|
|
|
|
|
|
2021-01-30 22:39:56 +08:00
|
|
|
|
@foreach (var imageRef in _previewList)
|
2021-01-25 02:05:18 +08:00
|
|
|
|
{
|
2021-01-30 22:39:56 +08:00
|
|
|
|
<ImagePreview ImageRef="@imageRef" />
|
2021-01-25 02:05:18 +08:00
|
|
|
|
}
|