Modifies the Master Page meta tags (the tags used by search engines when indexing a page)
You receive a NullReference exception if you use the Page.Header property when the Master Page does not contain a server-side tag.
File: Default.master
<%@ Master Language="C#" %>
Simple Master
File: Default.aspx
<%@ Page Language="C#" MasterPageFile="~/Default.master" %>
Content in the first column
Content in the first column
Content in the second column
Content in the second column