标签: c# .net razor
我尝试@Url.Action("Shelf", "Example")形成“Shelf”视图,但似乎没有重新加载。如果我右键单击并在新选项卡/窗口中打开它。如果我从“Shelf2”使用它也可以。
@Url.Action("Shelf", "Example")
我也试过了@Url.Action("Shelf", "Example", new { id = "" }),但它不起作用。 这些调用是通过弹出的msgbox进行的。为什么会这样。
@Url.Action("Shelf", "Example", new { id = "" })
如果我使用href=/Example/Shelf则可行。
href=/Example/Shelf