[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.BarcodeBaseTagHelper-1

BarcodeBaseTagHelper<TControl> Class

ITagHelper implementation for BarcodeBase.

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
public abstract class BarcodeBaseTagHelper<TControl> : ControlTagHelper<TControl>, ITagHelper, ITagHelperComponent, ITemplateTagHelper where TControl : BarcodeBase
Type Parameters
Name Description
TControl

Constructors

Name Description
BarcodeBaseTagHelper()

Properties

Name Description
BackgroundColor

Configurates BackgroundColor. Sets the background color to render the control.

Color

Configurates Color. Sets the forecolor to render the control.

Font

Configurates Font. Sets font info for the label text of the control.

HideExtraChecksum

Configurates HideExtraChecksum. Indicates whether to show the check digit in the label text of the control.

IsValidChanged

Configurates the OnClientIsValidChanged client event. Occurs when the IsValid property value changes.

QuietZone

Configurates QuietZone. Sets the size of quiet zone (the blank margin) around the barcode symbol.

RenderType

Configurates RenderType. Sets the rendering type of the control.

Value

Configurates Value. Sets the current code value rendered by the control.