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

In This Topic
    Value Property (QrCodeTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.BarcodeBase.Value. Sets the current code value rendered by the control.
    Syntax
    'Declaration
     
    Public Overridable Property Value As String
    public virtual string Value {get; set;}
    See Also