ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Configuration Class / Theme Method
The theme name.






In This Topic
    Theme Method
    In This Topic
    Sets the global theme.
    Syntax
    'Declaration
     
    
    Public Function Theme( _
       ByVal value As System.String _
    ) As Configuration
    'Usage
     
    
    Dim instance As Configuration
    Dim value As System.String
    Dim value As Configuration
     
    value = instance.Theme(value)
    public Configuration Theme( 
       System.string value
    )
    public function Theme( 
        value: System.String
    ): Configuration; 
    public function Theme( 
       value : System.String
    ) : Configuration;
    public: Configuration* Theme( 
       System.string* value
    ) 
    public:
    Configuration^ Theme( 
       System.String^ value
    ) 

    Parameters

    value
    The theme name.

    Return Value

    See Also