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

In This Topic
    Connection Property (QrCodeTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.QrCode.Connection. Indicates whether the symbol is a part of a structured append message.
    Syntax
    'Declaration
     
    Public Overridable Property Connection As Boolean
    public virtual bool Connection {get; set;}
    See Also