ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / 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 String _
    ) As Configuration
    public Configuration Theme( 
       string value
    )

    Parameters

    value
    The theme name.

    Return Value

    See Also