[]
ITagHelper implementation for QrCode.
[HtmlTargetElement("c1-qr-code")]
public class QrCodeTagHelper : BarcodeBaseTagHelper<QrCode>, ITagHelper, ITagHelperComponent, ITemplateTagHelper
<HtmlTargetElement("c1-qr-code")>
Public Class QrCodeTagHelper
Inherits BarcodeBaseTagHelper(Of QrCode)
Implements ITagHelper, ITagHelperComponent, ITemplateTagHelper
| Name | Description |
|---|---|
| QrCodeTagHelper() |
| 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.) |