[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.QrCodeTagHelper

QrCodeTagHelper Class

ITagHelper implementation for QrCode.

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
[HtmlTargetElement("c1-qr-code")]
public class QrCodeTagHelper : BarcodeBaseTagHelper<QrCode>, ITagHelper, ITagHelperComponent, ITemplateTagHelper

Constructors

Name Description
QrCodeTagHelper()

Properties

Name Description
CharCode

Configurates CharCode. Sets the collection of characters associated with the charset.

Charset

Configurates Charset. Sets which charset to encode this control.

Connection

Configurates Connection. Indicates whether the symbol is a part of a structured append message.

ConnectionIndex

Configurates ConnectionIndex. Sets the index of the symbol block in the structured append message.

ErrorCorrectionLevel

Configurates ErrorCorrectionLevel. Sets the restoration ability of QRCode.

Mask

Configurates Mask. Sets the patterns that are defined on a grid, which are repeated as necessary to cover the whole symbol.

Model

Configurates Model. Sets the model style of the control used.

Version

Configurates Version. Sets the different module configuration of the control. The versions of QRCode range from version 1 to version 40. Each version has a different module configuration or number of modules. (The module refers to the black and white dots that make up QRCode.)