Home / Definitions / Expression Builders

Expression Builders

Vangie Beal
Last Updated May 24, 2021 7:42 am

In Web site development with ASP.NET(version 2.0), Expression Builders represent a new syntax for referencing code to substitute values into the page. Expression Builders may be used for referencing values such as localization, application settings, or connection strings. Web developers may also write their own Expression Builders for creating custom syntax to substitute values into the page.

See ASP.NET