母版页中的设置:
在母版中的标签中留下一个位置,这样在其它引用母版页的网页中的这个位置上就可以加入单独的代码了
aspx网页上:
<%@ Page Title="" Language="C#" MasterPageFile="~/xxx.Master" AutoEventWireup="true" CodeBehind="abc.aspx.cs" Inherits="xxx.abc" %>
这样~ 在xxx.aspx页面上就可以单独写标签中的代码了,包括引入css的代码