Button Link

A standard <a> element that looks and behaves line a <button>.


Options

Stacking CSS Classes

Clashing CSS Classes

Code Example

<A_ButtonLink Id="@("exampleButton")"
		  Class="@("mgRgt0 mgBtm0")"
		  Content="@("Button")"
		  Target="@("_blank")"
		  Href="@("https://www.mohunky.com")" />

Parameters

Required Parameter Type Default Notes
False Id String Empty
False Class String .a_buttonLink See above additional class options
True Href String Empty The Url this link sends the user to.
True Content string Button Used for the text displayed on the button.
False Title string Empty Used for the title="" attribute, if blank the Content parameter will be used.
False Target string Empty Defines the target of the link, eg. _blank for opening in a new tab or window.
False Disabled boolean false Used to deactivate the button.