ASP.NET syntax defines the structure, layout, and settings of an ASP.NET page. It also defines the layout for ASP.NET server controls, application code, application configuration, and XML Web services. Any ASP.NET feature can be created in text files with the proper file name extension. These include ASP.NET configuration files, application (Global.asax) files, and ASP.NET pages and Web server controls.
- Browser Definition File Schema (browsers Element)
- ASP.NET Configuration File Syntax
- Global.asax Syntax
- HTML Server Controls
- ASP.NET Page Syntax
- Validation Server Control Syntax
- Web Parts Server Controls
- Web Server Control Syntax
- XML Web Services Directives
- Administering ASP.NET Web Sites
Provides links to overviews, how-to topics, and walkthroughs that show you how to configure ASP.NET applications.
- .NET Framework General Reference
Provides links to reference documentation for the classes that constitute the .NET Framework, as well as lexicons for other languages supported by the .NET Framework.