master page:在网站或应用的页面框架系统中,作为“母版/模板”的基础页面,用来统一控制多个子页面的整体布局(如页眉、导航、页脚、侧栏等)。子页面只需填充指定区域(如内容占位区),从而保持风格一致、便于维护。(常见于 ASP.NET Web Forms 等技术;在其他框架中也常用 layout/template 表达类似概念。)
/ˈmæs.tɚ peɪdʒ/
The site uses a master page to keep the header and footer consistent.
该网站使用母版页来保持页眉和页脚的一致性。
After updating the master page, all content pages automatically reflected the new navigation menu.
更新母版页后,所有内容页都会自动显示新的导航菜单。
master 原意为“主人、主控者”,引申为“主要的、控制全局的”;page 为“页面”。合起来表示“主控全局布局的页面”。在早期网站开发中,为了复用统一的页面结构,这个术语在特定平台(尤其是微软生态)中逐渐固定下来。