MenuAdapter Methods
.NET Framework 2.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| BeginRender | Called prior to the rendering of a control. In a derived adapter class, generates opening tags that are required by a specific target but not needed by HTML browsers. (Inherited from ControlAdapter.) |
| CreateChildControls | Creates the target-specific child controls for a composite control. (Inherited from ControlAdapter.) |
| EndRender | Called after the rendering of a control. In a derived adapter class, generates closing tags that are required by a specific target but not needed by HTML browsers. (Inherited from ControlAdapter.) |
| 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.) |
| LoadAdapterControlState | Overridden. Loads any control state information that was saved by the SaveAdapterControlState method during a previous request to the page. |
| LoadAdapterViewState | Loads adapter view state information that was saved by SaveAdapterViewState during a previous request to the page where the control associated with this control adapter resides. (Inherited from ControlAdapter.) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
| OnInit | Overridden. Registers the associated Menu control as one that requires control state. |
| OnLoad | Overrides the OnLoad method for the associated control. (Inherited from ControlAdapter.) |
| OnPreRender | Overridden. Handles the OnPreRender method for the associated Menu control. |
| OnUnload | Overrides the OnUnload method for the associated control. (Inherited from ControlAdapter.) |
| RaisePostBackEvent | Used to maintain the path of the menu when a postback event is raised. |
| Render | Generates the target-specific markup for the control to which the control adapter is attached. (Inherited from WebControlAdapter.) |
| RenderBeginTag | Overridden. Adds tag attributes and writes the markup for the opening tag of the control to the output stream emitted to the browser or device. |
| RenderChildren | Generates the target-specific markup for the child controls in a composite control to which the control adapter is attached. (Inherited from ControlAdapter.) |
| RenderContents | Overridden. Writes the associated menu items in the associated Menu control to the output stream as a series of hyperlinks. |
| RenderEndTag | Overridden. Performs final markup and writes the HTML closing tag of the control to the output stream emitted to the browser or device. |
| RenderItem | Renders a single menu item as a hyperlink. |
| SaveAdapterControlState | Overridden. Saves any changes to the adapter private control state that have occurred since the page was posted back to the server. |
| SaveAdapterViewState | Saves view state information for the control adapter. (Inherited from ControlAdapter.) |
| Name | Description | |
|---|---|---|
| System.Web.UI.IPostBackEventHandler.RaisePostBackEvent | Enables the MenuAdapter class to process an event raised when a form is posted back to the server. |
Community Additions
ADD
Show: