教程集 www.jiaochengji.com
教程集 >  脚本编程  >  Asp.net  >  正文 asp.net 文件类型列表

asp.net 文件类型列表

发布时间:2016-12-03   编辑:jiaochengji.com
教程集为您提供asp.net 文件类型列表等资源,欢迎您收藏本站,我们将为您提供最新的asp.net 文件类型列表资源

request or navigate directly to one of these pages to start your web application.

ends with .ascx       asp.net user controls.
                      user controls are similar to web pages, except that the user cannot access these files directly.
                     
ends with .asmx       asp.net web services collections of methods.

web.config            xml-based configuration file for your asp.net application.
                      it includes settings for customizing security, state management, memory management, and much more.
                     
global.asax           global application file.
                      to define global variables and react to global events.
                     
ends with .cs         code-behind files that contain c# code.

ends with .vb         code-behind files that contain vb code.

您可能感兴趣的文章:
ASP.NET 入门的五个步骤
ASP.NET Response的ContentType类型对照表
Asp.Net页面输出到EXCE
ASP.NET2.0泛型和匿名方法介绍
asp.net 文件类型列表
.net 泛型 局部类型、属性访问器保护级别、命名空间别名限定符
asp.net 保留文件夹介绍
asp.net MVC进阶学习---HtmlHelper之GridView控件拓展(一)
asp.net上传文件小例子
Vs2005之简单日志工具的制作--2.根据功能分析进行系统设计

[关闭]
~ ~