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

In This Topic
    CharCode Property (QrCodeTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.QrCode.CharCode. Sets the collection of characters associated with the charset.
    Syntax
    'Declaration
     
    Public Overridable Property CharCode As Integer
    public virtual int CharCode {get; set;}
    See Also