Esempio n. 1
0
 /// <summary>
 /// Creates new instance of <see cref="PageData"></see> object.
 /// </summary>
 public PageData()
 {
     m_HeaderData = new HeadData();
     m_Outlinks   = new LinkDataCollection();
     m_ImageLinks = new ImageDataCollection();
     m_Cookies    = new CookieCollection();
     m_Tables     = new TableDataCollection();
 }
		/// <summary>
		/// Creates new instance of <see cref="PageData"></see> object.
		/// </summary>
		public PageData()
		{
			m_HeaderData = new HeadData();
			m_Outlinks = new LinkDataCollection();
			m_ImageLinks = new ImageDataCollection();
			m_Cookies = new CookieCollection();
			m_Tables = new TableDataCollection();
		}