Skip to main content

BootstrapHyperLinkBuilder Methods

Represents a text editor with hyperlink functionality.
Name Description
AllowEllipsisInText(Boolean) Inherited from BootstrapHyperLinkBuilderBase<T>.
Badge(Action<BootstrapBadgePropertiesBuilder>) Inherited from BootstrapHyperLinkBuilderBase<T>.
ClientEnabled(Boolean) Inherited from BootstrapHyperLinkBuilderBase<T>.
ClientSideEvents(Action<StaticEditClientSideEventsBuilder>) Inherited from BootstrapHyperLinkBuilderBase<T>.
ClientVisible(Boolean) Inherited from BootstrapHyperLinkBuilderBase<T>.
CssClasses(Action<BootstrapHyperlinkCssClassesBuilder>) Inherited from BootstrapHyperLinkBuilderBase<T>.
EnableClientSideAPI(Boolean) Inherited from BootstrapHyperLinkBuilderBase<T>.
Enabled(Boolean) Inherited from BootstrapControlBuilder<T>.
EncodeHtml(Boolean) Inherited from BootstrapControlBuilder<T>.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
Equals(Object, Object) Determines whether the specified object instances are considered equal. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
Height(Int32) Inherited from BootstrapControlBuilder<T>.
Height(String) Inherited from BootstrapControlBuilder<T>.
MemberwiseClone() Creates a shallow copy of the current Object. Inherited from Object.
Name(String) Inherited from BootstrapControlBuilder<T>.
NavigateUrl(Action<ControlRouteBuilder>) Inherited from BootstrapHyperLinkBuilderBase<T>.
NavigateUrl(String) Inherited from BootstrapHyperLinkBuilderBase<T>.
ReferenceEquals(Object, Object) Determines whether the specified Object instances are the same instance. Inherited from Object.
TabIndex(Int16) Inherited from BootstrapHyperLinkBuilderBase<T>.
Target(String) Inherited from BootstrapHyperLinkBuilderBase<T>.
Text(String) Inherited from BootstrapHyperLinkBuilderBase<T>.
ToolTip(String) Inherited from BootstrapHyperLinkBuilderBase<T>.
ToString() Returns a string that represents the current object. Inherited from Object.
Value(Object) Sets the editor’s value.
Visible(Boolean) Inherited from BootstrapControlBuilder<T>.
Width(Int32) Inherited from BootstrapControlBuilder<T>.
Width(String) Inherited from BootstrapControlBuilder<T>.
WriteTo(TextWriter, HtmlEncoder) Inherited from BootstrapControlBuilder<T>.
See Also