System.Web.UI.WebControls.LinkButton: Method Members

The methods of System.Web.UI.WebControls.LinkButton are listed below. For a list of all members, see the LinkButton Members list.

See Also: Inherited members from System.Web.UI.WebControls.WebControl

Protected Methods

override
AddAttributesToRender(System.Web.UI.HtmlTextWriter)

Adds the attributes of the System.Web.UI.WebControls.LinkButton control to the output stream for rendering on the client.

override
AddParsedSubObject(object)

Notifies the control that an element, either XML or HTML, was parsed, and adds the element to the control's System.Web.UI.ControlCollection object.

GetPostBackOptions() : System.Web.UI.PostBackOptions

Creates a System.Web.UI.PostBackOptions object that represents the System.Web.UI.WebControls.LinkButton control's postback behavior.

override
LoadViewState(object)
Documentation for this section has not yet been entered.
OnClick(EventArgs)

Raises the LinkButton.Click event of the System.Web.UI.WebControls.LinkButton control.

OnCommand(CommandEventArgs)

Raises the LinkButton.Command event of the System.Web.UI.WebControls.LinkButton control.

override
OnPreRender(EventArgs)

Raises the System.Web.UI.Control.PreRender event.

RaisePostBackEvent(string)

Raises events for the System.Web.UI.WebControls.LinkButton control when it posts back to the server.

override
RenderContents(System.Web.UI.HtmlTextWriter)

Renders the contents of the control to the specified writer.