ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Popup Class
Members






In This Topic
    Popup Class
    In This Topic
    The class that shows an element as a popup.
    Object Model
    Popup Class
    Syntax
    'Declaration
     
    
    <ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
    Public Class Popup 
       Inherits Control
       Implements ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    'Usage
     
    
    Dim instance As Popup
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public class Popup : Control, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    public class Popup = class(Control, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent)
    ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])
    public class Popup extends Control implements ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public __gc class Popup : public Control, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public ref class Popup : public Control, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Component
          C1.Web.Mvc.Control
             C1.Web.Mvc.Popup

    See Also