在 .aspx文件加上
<%@ MasterType VirtualPath="~/Admin/Admin.Master" %>

属性调用:
    Master.RegionalAuthority

方法调用:
    Master.方法名();

相关文章: