Click or drag to resize

HTMLButtonByHref Method

Generate HTML code for link (href) Botton

Namespace:  SOWIWeb.Helper
Assembly:  SOWIWeb.Helper (in SOWIWeb.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public static string ButtonByHref(
	string pHref,
	string pIcon,
	string pLabel,
	bool pDisabled = false,
	string pStyle = "btn btn-default",
	string pTooltipText = "",
	DataPlacements pTooltipPlacement = DataPlacements.bottom
)

Parameters

pHref
Type: SystemString

[Missing <param name="pHref"/> documentation for "M:SOWIWeb.Helper.HTML.ButtonByHref(System.String,System.String,System.String,System.Boolean,System.String,System.String,SOWIWeb.Helper.DataPlacements)"]

pIcon
Type: SystemString
e.g. glyphicon glyphicon-pencil
pLabel
Type: SystemString

[Missing <param name="pLabel"/> documentation for "M:SOWIWeb.Helper.HTML.ButtonByHref(System.String,System.String,System.String,System.Boolean,System.String,System.String,SOWIWeb.Helper.DataPlacements)"]

pDisabled (Optional)
Type: SystemBoolean

[Missing <param name="pDisabled"/> documentation for "M:SOWIWeb.Helper.HTML.ButtonByHref(System.String,System.String,System.String,System.Boolean,System.String,System.String,SOWIWeb.Helper.DataPlacements)"]

pStyle (Optional)
Type: SystemString
default: btn btn-default | btn-block (span the full width of a parent) | sizes: btn-lg, btn-sm, btn-xs
pTooltipText (Optional)
Type: SystemString
help text use on editor object tooltip
pTooltipPlacement (Optional)
Type: SOWIWeb.HelperDataPlacements
tooltip placement (default bottom)

Return Value

Type: String

[Missing <returns> documentation for "M:SOWIWeb.Helper.HTML.ButtonByHref(System.String,System.String,System.String,System.Boolean,System.String,System.String,SOWIWeb.Helper.DataPlacements)"]

See Also