ASP.NET MasterType指令

示例

MasterType指令将一个类名称分配给页面的Master属性,以使其具有强类型。

MasterType指令的基本语法为:

<%@ MasterType attribute="value"[attribute="value" ...]  %>