The members of System.Web.UI.HtmlControls.HtmlAnchor are listed below.
See Also: Inherited members from System.Web.UI.HtmlControls.HtmlContainerControl
Initializes a new instance of the System.Web.UI.HtmlControls.HtmlAnchor class. |
CausesValidation | bool.
Gets or sets a value indicating whether validation is performed when the System.Web.UI.HtmlControls.HtmlAnchor control is clicked. | |
HRef | string.
Gets or sets the URL target of the link specified in the System.Web.UI.HtmlControls.HtmlAnchor server control. | |
Name | string.
Gets or sets the bookmark name defined in the System.Web.UI.HtmlControls.HtmlAnchor server control. | |
Target | string.
Gets or sets the name of the browser window or frame that displays the contents of the Web page that is linked to when the System.Web.UI.HtmlControls.HtmlAnchor control is clicked. | |
Title | string.
Gets or sets the ToolTip text displayed when the mouse pointer is placed over the System.Web.UI.HtmlControls.HtmlAnchor control. | |
ValidationGroup | string.
Gets or sets the group of controls for which the System.Web.UI.HtmlControls.HtmlAnchor control causes validation when it posts back to the server. |
override | OnPreRender(EventArgs)
| |
OnServerClick(EventArgs)
| ||
RaisePostBackEvent(string)
| ||
override | RenderAttributes(System.Web.UI.HtmlTextWriter)
|
ServerClick |
Occurs when the System.Web.UI.HtmlControls.HtmlAnchor control is clicked. |
System.Web.UI.IPostBackEventHandler.RaisePostBackEvent |
For a description of this member, see System.Web.UI.Page.RaisePostBackEvent(System.Web.UI.IPostBackEventHandler, string). |