head HTML. style link, CSS.
head runat="server", this.Page.Header.
, , - <head> </head>, , . URL .
public void AddStylesheet(string url)
{
string link = String.Format("<link rel=\"stylesheet\" type=\"text/css\" href=\"{0}\" />", url);
this.Page.Header.Controls.Add(new LiteralControl { Text = link });
}