gpt4 book ai didi

asp.net-mvc - 为什么我的 Razor 助手没有在 Using 语句中执行?

转载 作者:行者123 更新时间:2023-12-04 12:52:55 26 4
gpt4 key购买 nike

这个 View :

@Using Html.BeginForm
SimpleMessage
End Using

@Helper SimpleMessage()
@<p>This is a simple message</p>
End Helper

结果

<form action="/Controller/Action" method="post"></form>

但是

@* Now let's not call it from within a using *@
@SimpleMessage

@Helper SimpleMessage()
@<p>This is a simple message</p>
End Helper

结果

<p>This is a simple message</p>

为什么我的助手在我的 Using Html.BeginForm 中不工作?

最佳答案

辅助方法前需要@符号。

@Using Html.BeginForm
@SimpleMessage
End Using

关于asp.net-mvc - 为什么我的 Razor 助手没有在 Using 语句中执行?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15261614/

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