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

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