This topic has not yet been rated - Rate this topic

ChtmlPageAdapter Members

Provides a page adapter for the cHTML adapter set.

The following tables list the members exposed by the ChtmlPageAdapter type.

  Name Description
Public method ChtmlPageAdapter Initializes a new instance of the ChtmlPageAdapter class.
Top
(see also Protected Properties )
  Name Description
Public property CacheVaryByHeaders  Returns a list of any additional HTTP headers by which caching is varied.(inherited from HtmlPageAdapter)
Public property Control  Returns a strongly typed reference to the associated control.(inherited from ControlAdapter)
Public property CookielessDataDictionary  Gets or sets persisted data between requests through the use of the URL query string.(inherited from HtmlPageAdapter)
Public property Device  Returns the device capabilities object associated with the request.(inherited from ControlAdapter)
Public property ItemWeight  Accesses the approximate weight of a single item in the control.(inherited from ControlAdapter)
Public property OptimumPageWeight  Returns a page weight, based on the device's screen size, which is appropriate for the target device. Used in form pagination.(inherited from HtmlPageAdapter)
Public property Page  Gets or sets the page to which the adapter is attached.(inherited from HtmlPageAdapter)
Public property PersistCookielessData  Sets or returns whether items from the CookielessDataDictionary property are persisted in the query string.(inherited from HtmlPageAdapter)
Public property RequiresFormTag  Gets a value indicating whether an adapter, such as the ChtmlCommandAdapter class, generates markup that requires <Form> tags for form submission.(inherited from HtmlControlAdapter)
Public property Style  Returns the style object associated with the control to which the device adapter is attached.(inherited from ControlAdapter)
Public property VisibleWeight  Gets or sets the approximate weight of the control, in characters.(inherited from ControlAdapter)
Top
  Name Description
Protected property EventArgumentKey Overridden. Returns the key to use to submit the event argument.
Protected property EventSourceKey Overridden. Returns the key to use to submit the event source.
Protected property FormAdapter  Retrieves the form adapter for the form on which the associated control resides.(inherited from HtmlControlAdapter)
Protected property PageAdapter  Returns the page adapter for the mobile page.(inherited from HtmlControlAdapter)
Protected property SecondaryUIMode  Sets or returns the secondary user interface (UI) mode for the control.(inherited from HtmlControlAdapter)
Top
(see also Protected Methods )
  Name Description
Public method CreateTemplatedUI  Called by a control to create a templated user interface (UI). (inherited from ControlAdapter)
Public method CreateTextWriter Overridden. Creates and returns a text writer suitable for the given adapters.
Public method DeterminePostBackMode Overridden. Called to determine the postback data collection.
Public method Static DeviceQualifies Evaluates whether the device adapter set applies to the specified request.
Public method Equals  Overloaded. Determines whether two Object instances are equal. (inherited from Object)
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. (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. (inherited from HtmlPageAdapter)
Public method HandlePagePostBackEvent  Returns true if it handles the exception. (inherited from HtmlPageAdapter)
Public method HandlePostBackEvent  Returns true if the event was handled. (inherited from ControlAdapter)
Public method IsFormRendered  Returns whether or not the specified form is to be rendered as part of the current request. (inherited from HtmlPageAdapter)
Public method LoadAdapterState  Loads the view state. (inherited from HtmlControlAdapter)
Public method LoadPostData  Returns true if the adapter handles loading the post data. (inherited from ControlAdapter)
Public method OnInit  Called after an object, such as a form or a page, is initialized. (inherited from ControlAdapter)
Public method OnLoad  Loads data that pertains to a control, a page, or a device adapter. (inherited from ControlAdapter)
Public method OnPreRender  Called by the control's OnPreRender method, to perform adapter-specific work prior to rendering. (inherited from ControlAdapter)
Public method OnUnload  Unloads data that pertains to a control, a page, or a device adapter. (inherited from ControlAdapter)
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (inherited from Object)
Public method Render  Overloaded. (inherited from HtmlPageAdapter)
Public method RenderForm  Renders the given form. Called by the form adapter. (inherited from HtmlPageAdapter)
Public method RenderPostBackEvent Overridden. Renders a reference to a postback event appropriately for the target device.
Public method RenderPostBackHeader Overridden. Renders the header associated with postbacks. For browsers that support script, this includes a script block to perform postback.
Public method RenderUrlPostBackEvent  Renders a reference to a postback event, as a URL. (inherited from HtmlPageAdapter)
Public method SaveAdapterState  This method is called when the control saves its private view state. (inherited from HtmlControlAdapter)
Public method ToString  Returns a String that represents the current Object. (inherited from Object)
Top
  Name Description
Protected method AddAccesskeyAttribute  Writes a custom attribute access key method, provided that the device supports the attribute. (inherited from HtmlControlAdapter)
Protected method AddAttributes  Writes additional attributes that are specific to an adapter. (inherited from HtmlControlAdapter)
Protected method AddJPhoneMultiMediaAttributes  Use this method to write custom attributes for J-Phone multimedia attributes. (inherited from HtmlControlAdapter)
Protected method CalculateOptimumPageWeight  Determines the optimum page weight for the device. (inherited from ControlAdapter)
Protected method ExitSecondaryUIMode  Exits any secondary user interface (UI) mode for the control. (inherited from HtmlControlAdapter)
Protected method Finalize  Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Protected method GetDefaultLabel  Returns the localized default string for the label control. (inherited from ControlAdapter)
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (inherited from Object)
Protected method RenderAsHiddenInputField  Renders hidden field text for a control. (inherited from HtmlControlAdapter)
Protected method RenderBeginLink  Renders the opening tag of a link. (inherited from HtmlControlAdapter)
Protected method RenderChildren  Renders children of the control. (inherited from ControlAdapter)
Protected method RenderEndLink  Renders the end tag of a link. (inherited from HtmlControlAdapter)
Protected method RenderHiddenVariables  Renders all hidden variables on the page as hidden input fields. (inherited from HtmlPageAdapter)
Protected method RenderPostBackEventAsAnchor  Renders a postback event as an anchor, with the text specified by the linkText parameter as a label. (inherited from HtmlControlAdapter)
Protected method RenderPostBackEventAsAttribute  Renders a postback event as an attribute. (inherited from HtmlControlAdapter)
Protected method RenderPostBackEventReference  Renders a postback event reference. (inherited from HtmlControlAdapter)
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.