MenuAdapter Methods

(see also Protected Methods )
  Name Description
Public method Equals  Overloaded. Determines whether two Object instances are equal. (inherited from Object)
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 Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (inherited from Object)
Public method ToString  Returns a String that represents the current Object. (inherited from Object)
Top

  Name Description
Protected method 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)
Protected method CreateChildControls  Creates the target-specific child controls for a composite control. (inherited from ControlAdapter)
Protected method 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)
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 LoadAdapterControlState Overridden. Loads any control state information that was saved by the SaveAdapterControlState method during a previous request to the page.
Protected method 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)
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (inherited from Object)
Protected method OnInit Overridden. Registers the associated Menu control as one that requires control state.
Protected method OnLoad  Overrides the OnLoad method for the associated control. (inherited from ControlAdapter)
Protected method OnPreRender Overridden. Handles the OnPreRender method for the associated Menu control.
Protected method OnUnload  Overrides the OnUnload method for the associated control. (inherited from ControlAdapter)
Protected method RaisePostBackEvent Used to maintain the path of the menu when a postback event is raised.
Protected method Render  Generates the target-specific markup for the control to which the control adapter is attached. (inherited from WebControlAdapter)
Protected method 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.
Protected method RenderChildren  Generates the target-specific markup for the child controls in a composite control to which the control adapter is attached. (inherited from ControlAdapter)
Protected method RenderContents Overridden. Writes the associated menu items in the associated Menu control to the output stream as a series of hyperlinks.
Protected method RenderEndTag Overridden. Creates final markup and writes the markup for the closing tag of the control to the output stream emitted to the browser or device.
Protected method RenderItem Renders a single menu item as a hyperlink.
Protected method SaveAdapterControlState Overridden. Saves any changes to the adapter private control state that have occurred since the page was posted back to the server.
Protected method SaveAdapterViewState  Saves view state information for the control adapter. (inherited from ControlAdapter)
Top

Community Additions

ADD
Show: