开发者

Coding conventions for ASPX filenames

开发者 https://www.devze.com 2023-03-02 11:42 出处:网络
I have been looking around in Coding guidelines and in the MS coding convention. I can\'t find what the proper way of naming .aspx files is. Should they start开发者_运维知识库 with a capital or not?

I have been looking around in Coding guidelines and in the MS coding convention. I can't find what the proper way of naming .aspx files is. Should they start开发者_运维知识库 with a capital or not?

So News.aspx or news.aspx


Personal preference: Pascal naming convention, but use IIS to force urls to the same case for SEO.

0

精彩评论

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