/** * Project : Mono * Namespace : System.Web.UI.MobileControls.Adapters * Class : HtmlPageAdapter * Author : Gaurav Vaish * * Copyright : 2003 with Gaurav Vaish, and with * Ximian Inc */ using System; using System.Web.Mobile; namespace System.Web.UI.MobileControls.Adapters { public class HtmlPageAdapter : HtmlControlAdapter { [MonoTODO] public bool PersistCookielessData { get { throw new NotImplementedException(); } set { throw new NotImplementedException(); } } } }