Skip to content

Commit b4047bf

Browse files
committed
feat: add rest selection control, general improvements and minor bugs
1 parent 0379ec5 commit b4047bf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/WebExpress.WebIndex/IIndexItem.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using System;
2+
using System.Text.Json.Serialization;
23
using WebExpress.WebIndex.WebAttribute;
34

45
namespace WebExpress.WebIndex
@@ -12,6 +13,7 @@ public interface IIndexItem
1213
/// The id of the item.
1314
/// </summary>
1415
[IndexIgnore]
16+
[JsonPropertyName("id")]
1517
Guid Id { get; }
1618
}
1719
}

0 commit comments

Comments
 (0)