ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Component Class / HasScripts Property






In This Topic
    HasScripts Property
    In This Topic
    Gets a boolean value indicates whether current component has the scripts which need to be rendered.
    Syntax
    'Declaration
     
    
    Protected Overridable ReadOnly Property HasScripts As System.Boolean
    'Usage
     
    
    Dim instance As Component
    Dim value As System.Boolean
     
    value = instance.HasScripts
    protected virtual System.bool HasScripts {get;}
    protected read-only property HasScripts: System.Boolean; virtual; 
    protected function get HasScripts : System.boolean
    protected: __property virtual System.bool get_HasScripts();
    protected:
    virtual property System.bool HasScripts {
       System.bool get();
    }
    See Also