3 implementations of PersistCookielessData
System.Web.Mobile (3)
UI\MobileControls\Adapters\HtmlPageAdapter.cs (1)
327
public bool
PersistCookielessData
UI\MobileControls\Adapters\WmlPageAdapter.cs (1)
105
public bool
PersistCookielessData
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicPageAdapter.cs (1)
100
public bool
PersistCookielessData
{
1 write to PersistCookielessData
System.Web.Mobile (1)
UI\MobileControls\MobilePage.cs (1)
301
pageAdapter.
PersistCookielessData
= true;
5 references to PersistCookielessData
System.Web.Mobile (5)
UI\MobileControls\Adapters\WmlControlAdapter.cs (1)
123
if((dictionary != null) && (!absoluteUrl) && (Control.MobilePage.Adapter.
PersistCookielessData
))
UI\MobileControls\Adapters\WmlFormAdapter.cs (1)
59
if (Page.Adapter.
PersistCookielessData
&&
UI\MobileControls\Adapters\WmlMobileTextWriter.cs (1)
725
if(Page.Adapter.
PersistCookielessData
&& Device.CanRenderOneventAndPrevElementsTogether)
UI\MobileControls\MobilePage.cs (2)
643
if (!Adapter.
PersistCookielessData
)
752
if(Adapter.
PersistCookielessData
)