开发者

How to create code behind class file in asp.net mvc?

开发者 https://www.devze.com 2022-12-30 12:05 出处:网络
I want to create index.aspx.cs file in mvc like yo开发者_高级运维u do in asp.net. Can anybody tell me the process for this?You do not create code behind classes for asp.net mvc views. Use controllers

I want to create index.aspx.cs file in mvc like yo开发者_高级运维u do in asp.net.

Can anybody tell me the process for this?


You do not create code behind classes for asp.net mvc views. Use controllers instead.

0

精彩评论

暂无评论...
验证码 换一张
取 消