Ejemplo n.º 1
0
		/// <summary>
		/// Creates new instance of <see cref="HeadData"></see> object.
		/// </summary>
		public HeadData()
		{
			m_MetaTags = new MetaTagDataCollection();
		}
Ejemplo n.º 2
0
 /// <summary>
 /// Creates new instance of <see cref="HeadData"></see> object.
 /// </summary>
 public HeadData()
 {
     m_MetaTags = new MetaTagDataCollection();
 }