gpt4 book ai didi

c# - 使用 MVC 为 View 中 foreach 循环内的表生成随机 ID

转载 作者:太空狗 更新时间:2023-10-30 00:20:40 27 4
gpt4 key购买 nike

我在我的项目中首先使用 MVC-Viewmodel,EF 模型。

我有一个 foreach 循环,它在我的 View 中生成 4 个表。我希望生成的每个表都有一个唯一的 ID。我想我必须在我的 ViewModel 中执行此操作。

感谢任何帮助我所知道的是我需要在我的foreach循环中声明这样的东西:

<table id="RandomID_@("MyRandomProperty)">

可能还有这样的属性:

public random MyRandomProperty {get;set;}

提前致谢!

最佳答案

您可以使用 Guid:

<table id="RandomID_@(Guid.NewGuid())">

关于c# - 使用 MVC 为 View 中 foreach 循环内的表生成随机 ID,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9871667/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com