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

In This Topic
    Refreshing Property (InputTimeTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.Control.OnClientRefreshing client event. Occurs when the control is about to refresh its contents.
    Syntax
    'Declaration
     
    Public Property Refreshing As String
    public string Refreshing {get; set;}
    See Also