This documentation is archived and is not being maintained.

ChtmlPageAdapter Methods

The ChtmlPageAdapter type exposes the following members.

  NameDescription
Protected method AddAccesskeyAttribute Writes a custom attribute access key method, provided that the device supports the attribute. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from HtmlControlAdapter.)
Protected method AddAttributes Writes additional attributes that are specific to an adapter. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from HtmlControlAdapter.)
Protected method AddJPhoneMultiMediaAttributes Use this method to write custom attributes for J-Phone multimedia attributes. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from HtmlControlAdapter.)
Protected method CalculateOptimumPageWeight Determines the optimum page weight for the device. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from ControlAdapter.)
Public method CreateTemplatedUI Called by a control to create a templated user interface (UI). This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from ControlAdapter.)
Public method CreateTextWriter Creates and returns a text writer suitable for the given adapters. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Overrides HtmlPageAdapter::CreateTextWriter(TextWriter).)
Public method DeterminePostBackMode Called to determine the postback data collection. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Overrides HtmlPageAdapter::DeterminePostBackMode(HttpRequest, String, String, NameValueCollection).)
Public method Static member DeviceQualifies Evaluates whether the device adapter set applies to the specified request. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method ExitSecondaryUIMode Exits any secondary user interface (UI) mode for the control. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from HtmlControlAdapter.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Protected method GetDefaultLabel Returns the localized default string for the label control. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from ControlAdapter.)
Public method GetFormUrl Returns a URL that can be used to uniquely identify the form. This URL must only be passed as a parameter to the BeginFile method of the text writer. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from HtmlPageAdapter.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method HandleError Called if an unhandled exception occurs during the life cycle of the page. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from HtmlPageAdapter.)
Public method HandlePagePostBackEvent Returns true if it handles the exception. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from HtmlPageAdapter.)
Public method HandlePostBackEvent Returns true if the event was handled. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from ControlAdapter.)
Public method IsFormRendered Returns whether or not the specified form is to be rendered as part of the current request. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from HtmlPageAdapter.)
Public method LoadAdapterState Loads the view state. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from HtmlControlAdapter.)
Public method LoadPostData Returns true if the adapter handles loading the post data. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from ControlAdapter.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method OnInit Called after an object, such as a form or a page, is initialized. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from ControlAdapter.)
Public method OnLoad Loads data that pertains to a control, a page, or a device adapter. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from ControlAdapter.)
Public method OnPreRender Called by the control's OnPreRender method, to perform adapter-specific work prior to rendering. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from ControlAdapter.)
Public method OnUnload Unloads data that pertains to a control, a page, or a device adapter. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from ControlAdapter.)
Public method Render(HtmlMobileTextWriter) Generates the target-specific markup for the control to which the control adapter is attached. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from HtmlPageAdapter.)
Public method Render(HtmlTextWriter) Generates the target-specific markup for the associated control. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from HtmlControlAdapter.)
Protected method RenderAsHiddenInputField Renders hidden field text for a control. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from HtmlControlAdapter.)
Protected method RenderBeginLink Renders the opening tag of a link. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from HtmlControlAdapter.)
Protected method RenderChildren Renders children of the control. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from ControlAdapter.)
Protected method RenderEndLink Renders the end tag of a link. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from HtmlControlAdapter.)
Public method RenderForm Renders the given form. Called by the form adapter. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from HtmlPageAdapter.)
Protected method RenderHiddenVariables Renders all hidden variables on the page as hidden input fields. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from HtmlPageAdapter.)
Public method RenderPostBackEvent Renders a reference to a postback event appropriately for the target device. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Overrides HtmlPageAdapter::RenderPostBackEvent(HtmlMobileTextWriter, String, String).)
Protected method RenderPostBackEventAsAnchor Renders a postback event as an anchor, with the text specified by the linkText parameter as a label. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from HtmlControlAdapter.)
Protected method RenderPostBackEventAsAttribute Renders a postback event as an attribute. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from HtmlControlAdapter.)
Protected method RenderPostBackEventReference Renders a postback event reference. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from HtmlControlAdapter.)
Public method RenderPostBackHeader Renders the header associated with postbacks. For browsers that support script, this includes a script block to perform postback. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Overrides HtmlPageAdapter::RenderPostBackHeader(HtmlMobileTextWriter, Form).)
Public method RenderUrlPostBackEvent Renders a reference to a postback event, as a URL. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from HtmlPageAdapter.)
Public method SaveAdapterState This method is called when the control saves its private view state. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from HtmlControlAdapter.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top
Show: