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

In This Topic
    Refreshed Property (QrCodeTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.Control.OnClientRefreshed client event. Occurs after the control has refreshed its contents.
    Syntax
    'Declaration
     
    Public Property Refreshed As String
    public string Refreshed {get; set;}
    See Also