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






In This Topic
    Content Property (Popup)
    In This Topic
    Gets or sets the popup content.
    Syntax
    'Declaration
     
    
    <C1IgnoreAttribute()>
    Public Property Content As System.String
    'Usage
     
    
    Dim instance As Popup
    Dim value As System.String
     
    instance.Content = value
     
    value = instance.Content
    [C1Ignore()]
    public System.string Content {get; set;}
    public read-write property Content: System.String; 
    C1IgnoreAttribute()
    public function get,set Content : System.String
    [C1Ignore()]
    public: __property System.string* get_Content();
    public: __property void set_Content( 
       System.string* value
    );
    [C1Ignore()]
    public:
    property System.String^ Content {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also