Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您无法渲染在帮助程序中生成的 Razor 标记。razor 引擎首先解析 razor 代码,然后执行帮助程序。Helper 的结果只能用于生成 html 标记。