InputGroupRouteLink

in namespace DotVVM.Framework.Controls.Bootstrap4

Extends the bootstrap RouteLink control for usage in InputGroup

Usage & Scenarios

A special version of the RouteLink control that can be used in InputGroup.

See RouteLink for more info on how to use this control.

https://getbootstrap.com/docs/4.3/components/input-group/

Properties

Name Type Description Notes Default Value
property icon Enabled Boolean Gets or sets a value indicating whether the link is enabled and can be clicked on. Please note that the HTML hyperlinks don't support the disabled state, so setting this property to "false" will still produce the "click" event in JavaScript. If the link is disabled, DotVVM will not perform the navigation.
attribute
inner element
static value
bindable
default
True
property icon IsBlockButton Boolean Gets or sets whether the button should be styled as a block element.
attribute
inner element
static value
bindable
default
False
property icon RouteName String Gets or sets the name of the route in the route table.
attribute
inner element
static value
bindable
default
null
property icon Size Size Gets or sets the size of the button.
attribute
inner element
static value
bindable
default
Default
property icon Text String Gets or sets the text of the hyperlink.
attribute
inner element
static value
bindable
default
property icon Type BootstrapButtonColor Gets or sets the color of the button.
attribute
inner element
static value
bindable
default
Primary
property icon UrlSuffix String Gets or sets the suffix that will be appended to the generated URL (e.g. query string or URL fragment).
attribute
inner element
static value
bindable
default
null
property icon VisualStyle ButtonVisualStyle Gets or sets whether the button has solid fill, or whether it is only an outline.
attribute
inner element
static value
bindable
default
SolidFill

HTML produced by the control