我想在以下操作链接中实现引导程序:
@Html.ActionLink("Create New", "DepartmentView", "Department", null,
new { @style="text-transform:capitalize;" })
我想在以下操作链接中实现引导程序:
@Html.ActionLink("Create New", "DepartmentView", "Department", null,
new { @style="text-transform:capitalize;" })