ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / QrCodeTagHelper Class / ErrorCorrectionLevel Property

In This Topic
    ErrorCorrectionLevel Property (QrCodeTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.QrCode.ErrorCorrectionLevel. Sets the restoration ability of QRCode.
    Syntax
    'Declaration
     
    Public Overridable Property ErrorCorrectionLevel As QrCodeCorrectionLevel
    public virtual QrCodeCorrectionLevel ErrorCorrectionLevel {get; set;}
    See Also