简体   繁体   English

如何从后台代码转换为ASPX文件?

[英]How to switch from code-behind to ASPX file?

With F7 I can go from the ASPX file to its code-behind file (cs) . 使用F7我可以从ASPX文件转到其代码隐藏文件(cs)。

How can I do the reversed switch : from the code-behind file to the ASPX file ? 我该如何进行反向切换:从代码隐藏文件到ASPX文件?

Thank you 谢谢

F7 should toggle between the code behind and the source file. F7应该在后面的代码和源文件之间切换。 Press F7 again to go back to the source file. 再次按F7返回源文件。

See this post: Visual Studio hotkey to switch between code behind and source file? 看到这篇文章: Visual Studio热键可以在后面的代码和源文件之间切换?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM