[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.UpcBaseTagHelper-1

UpcBaseTagHelper<TControl> Class

ITagHelper implementation for UpcBase.

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

Constructors

Name Description
UpcBaseTagHelper()

Properties

Name Description
AddOn

Configurates AddOn. Sets the addOn value of the control.

AddOnHeight

Configurates AddOnHeight. Sets the height of addOn symbol of the control.

AddOnLabelPosition

Configurates AddOnLabelPosition. Sets where to render the addOn value of the control.

LabelPosition

Configurates LabelPosition. Sets where to render the value of the control.

QuietZone

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

ShowLabel

Configurates ShowLabel. Indicates whether the value is rendered under the symbol.