ClassRadLinkButton
Represents the RadLinkButton for ASP.NET AJAX control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class RadLinkButton : ButtonBase
Inheritance: objectControlHtmlControlHtmlContainerControlButtonBaseRadLinkButton
Inherited Members
Constructors
RadLinkButton()
Initializes a new instance of the RadLinkButton class.
Declaration
public RadLinkButton()
RadLinkButton(Element)
Initializes a new instance of the RadLinkButton class.
Properties
ClientId
Gets the client Id of the LinkButton control.
ClientSideLocator
Gets the Client side locator.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
LocatorExpression
Gets the locator FindParam.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
NavigateUrl
Gets or sets the URL to link to when RadLinkButton control is clicked.
Primary
Returns whether the button is primary.
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
ControlAssert()
Returns RadControlAssert instance initialized for this control.