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






In This Topic
    Content Property (Tile)
    In This Topic
    Gets or sets the tile content(text/html) or the selector of a Dom element which contains the content.
    Syntax
    'Declaration
     
    
    Public Property Content As System.String
    'Usage
     
    
    Dim instance As Tile
    Dim value As System.String
     
    instance.Content = value
     
    value = instance.Content
    public System.string Content {get; set;}
    public read-write property Content: System.String; 
    public function get,set Content : System.String
    public: __property System.string* get_Content();
    public: __property void set_Content( 
       System.string* value
    );
    public:
    property System.String^ Content {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also