Defines the markup syntax that you can use to declaratively create an ASP.NET Web Forms page or user control, which are text files that have an .aspx or .ascx file name extension, respectively.
Content |
---|
- Code Declaration Blocks
- Covers the basic syntax for a container of application logic used by an ASP.NET page.
|
- Code Render Blocks
- Specifies how to define inline code or inline expressions that execute when a page or user control is rendered.
|
- Custom Server Control Syntax
- Allows you to declaratively include server controls that are authored by you or another control developer in a Web Forms page or user control.
|
- Data Binding Expression Syntax
- Specifies how to declaratively create bindings between server control properties and data sources.
|
- Directives Syntax
- Details how to specify settings used when ASP.NET pages and user controls are requested, such as encoding, transaction semantics, session-state requirements, and so on.
|
- Server-Side Comments
- Outlines the syntax that allows you to include comments, which are not processed on the server, in a Web Forms page or user control.
|
- Server Control Inline Template Syntax
- Specifies how to declaratively create inline templates for ASP.NET server controls that support them.
|
- Server-Side Include Directive Syntax
- Specifies how to enable developers to insert the contents of a specified file anywhere within an ASP.NET page or user control.
|
- Server-Side Object Tag Syntax
- Describes how to declare and create instances of COM and Microsoft® .NET Framework objects that run on the server.
|