且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

MVC体系结构-下拉列表的选定索引更改

更新时间:2023-01-13 19:37:16


您可以像这样在.cshtml文件中编写代码

Hi,
You can write code in .cshtml file like this

@if (condition) { }









and

@if (!Request.IsAuthenticated)
{
<li>@Html.ActionLink("Register", "Create", "User")</li>
}