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

In This Topic
    Hidden Property
    In This Topic
    Configurates the C1.Web.Mvc.Popup.OnClientHidden client event. Sets the client function which occurs after the Popup has been hidden.
    Syntax
    'Declaration
     
    Public Property Hidden As String
    public string Hidden {get; set;}
    See Also