System.Web.UI.HtmlControls.HtmlAnchor.OnServerClick Method

Raises the HtmlAnchor.ServerClick event. This allows you to provide a custom handler for the event.

Syntax

protected virtual void OnServerClick (EventArgs e)

Parameters

e
An EventArgs that contains event data.

Remarks

The HtmlAnchor.ServerClick event is raised when the System.Web.UI.HtmlControls.HtmlAnchor control is clicked. This server event causes a round trip to occur from the client to the server and back.

Raising an event invokes the event handler through a delegate. For more information, see Raising an Event.

The HtmlAnchor.OnServerClick(EventArgs) method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class.

Requirements

Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0