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


In This Topic
    QrCodeTagHelper Class Members
    In This Topic

    The following tables list the members exposed by QrCodeTagHelper.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyConfigurates C1.Web.Mvc.BarcodeBase.BackgroundColor. Sets the background color to render the control. (Inherited from C1.Web.Mvc.TagHelpers.BarcodeBaseTagHelper<QrCode>)
    Public PropertyConfigurates C1.Web.Mvc.QrCode.CharCode. Sets the collection of characters associated with the charset.  
    Public PropertyConfigurates C1.Web.Mvc.QrCode.Charset. Sets which charset to encode this control.  
    Public PropertyConfigurates C1.Web.Mvc.BarcodeBase.Color. Sets the forecolor to render the control. (Inherited from C1.Web.Mvc.TagHelpers.BarcodeBaseTagHelper<QrCode>)
    Public PropertyConfigurates C1.Web.Mvc.QrCode.Connection. Indicates whether the symbol is a part of a structured append message.  
    Public PropertyConfigurates C1.Web.Mvc.QrCode.ConnectionIndex. Sets the index of the symbol block in the structured append message.  
    Public PropertyConfigurates C1.Web.Mvc.Control.CssClass. Sets the css class of the control. (Inherited from C1.Web.Mvc.TagHelpers.ControlTagHelper<TControl>)
    Public Property (Inherited from C1.Web.Mvc.TagHelpers.ControlTagHelper<TControl>)
    Public PropertyConfigurates C1.Web.Mvc.QrCode.ErrorCorrectionLevel. Sets the restoration ability of QRCode.  
    Public PropertyConfigurates C1.Web.Mvc.BarcodeBase.Font. Sets font info for the label text of the control. (Inherited from C1.Web.Mvc.TagHelpers.BarcodeBaseTagHelper<QrCode>)
    Public PropertyConfigurates the C1.Web.Mvc.Control.OnClientGotFocus client event. Occurs when the control gets the focus. (Inherited from C1.Web.Mvc.TagHelpers.ControlTagHelper<TControl>)
    Public PropertyConfigurates C1.Web.Mvc.Control.Height. Sets the height of the control. (Inherited from C1.Web.Mvc.TagHelpers.ControlTagHelper<TControl>)
    Public PropertyConfigurates C1.Web.Mvc.BarcodeBase.HideExtraChecksum. Indicates whether to show the check digit in the label text of the control. (Inherited from C1.Web.Mvc.TagHelpers.BarcodeBaseTagHelper<QrCode>)
    Public PropertyConfigurates C1.Web.Mvc.Component.Id. Sets the control id. (Inherited from C1.Web.Mvc.TagHelpers.ControlTagHelper<TControl>)
    Public PropertyConfigurates C1.Web.Mvc.Control.IsDisabled. Sets a value that determines whether the control is disabled. (Inherited from C1.Web.Mvc.TagHelpers.ControlTagHelper<TControl>)
    Public PropertyConfigurates C1.Web.Mvc.Control.IsTemplate. Sets a boolean value which indicates whether transfer this control to template mode. (Inherited from C1.Web.Mvc.TagHelpers.ControlTagHelper<TControl>)
    Public PropertyConfigurates the C1.Web.Mvc.BarcodeBase.OnClientIsValidChanged client event. Occurs when the IsValid property value changes. (Inherited from C1.Web.Mvc.TagHelpers.BarcodeBaseTagHelper<QrCode>)
    Public PropertyConfigurates the C1.Web.Mvc.Control.OnClientLostFocus client event. Occurs when the control loses the focus. (Inherited from C1.Web.Mvc.TagHelpers.ControlTagHelper<TControl>)
    Public PropertyConfigurates C1.Web.Mvc.QrCode.Mask. Sets the patterns that are defined on a grid, which are repeated as necessary to cover the whole symbol.  
    Public PropertyConfigurates C1.Web.Mvc.QrCode.Model. Sets the model style of the control used.  
    Public Property (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Public PropertyConfigurates C1.Web.Mvc.BarcodeBase.QuietZone. Sets the size of quiet zone (the blank margin) around the barcode symbol. (Inherited from C1.Web.Mvc.TagHelpers.BarcodeBaseTagHelper<QrCode>)
    Public PropertyConfigurates the C1.Web.Mvc.Control.OnClientRefreshed client event. Occurs after the control has refreshed its contents. (Inherited from C1.Web.Mvc.TagHelpers.ControlTagHelper<TControl>)
    Public PropertyConfigurates the C1.Web.Mvc.Control.OnClientRefreshing client event. Occurs when the control is about to refresh its contents. (Inherited from C1.Web.Mvc.TagHelpers.ControlTagHelper<TControl>)
    Public PropertyConfigurates C1.Web.Mvc.BarcodeBase.RenderType. Sets the rendering type of the control. (Inherited from C1.Web.Mvc.TagHelpers.BarcodeBaseTagHelper<QrCode>)
    Public PropertyConfigurates C1.Web.Mvc.Control.TabOrder. Sets a value of the tabindex attribute associated with the control. (Inherited from C1.Web.Mvc.TagHelpers.ControlTagHelper<TControl>)
    Public PropertyConfigurates C1.Web.Mvc.Control.TemplateBindings. Sets the collection of the template bindings. (Inherited from C1.Web.Mvc.TagHelpers.ControlTagHelper<TControl>)
    Public PropertyConfigurates C1.Web.Mvc.BarcodeBase.Value. Sets the current code value rendered by the control. (Inherited from C1.Web.Mvc.TagHelpers.BarcodeBaseTagHelper<QrCode>)
    Public PropertyConfigurates C1.Web.Mvc.QrCode.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.)  
    Public Property (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<TControl>)
    Public PropertyConfigurates C1.Web.Mvc.Control.Width. Sets the width of the control. (Inherited from C1.Web.Mvc.TagHelpers.ControlTagHelper<TControl>)
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets the collection name. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<TControl>)
    Protected PropertyGets or sets the corresponding object. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<TControl>)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Public MethodSynchronously executes the Microsoft.AspNetCore.Razor.TagHelpers.TagHelper with the given context and output. (Inherited from C1.Web.Mvc.TagHelpers.ComponentTagHelper<TControl>)
    Public Method (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Top
    Protected Methods
     NameDescription
    Protected MethodGets the TControl instance. (Inherited from C1.Web.Mvc.TagHelpers.ComponentTagHelper<TControl>)
    Protected MethodWhen the taghelper works as template, add the pre-processing here. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<TControl>)
    Protected MethodProcesses the attributes set in the taghelper. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<TControl>)
    Protected MethodProcesses the child content. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<TControl>)
    Protected MethodProcesses the the children taghelpers. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<TControl>)
    Protected MethodRender the startup scripts. (Inherited from C1.Web.Mvc.TagHelpers.ControlTagHelper<TControl>)
    Protected MethodUpdate the markup's attributes according to the attributes set in the taghelper. (Inherited from C1.Web.Mvc.TagHelpers.ControlTagHelper<TControl>)
    Top
    See Also