Class ThemeNameAttribute
Inheritance
ThemeNameAttribute
Assembly: Volo.Abp.AspNetCore.Mvc.UI.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public class ThemeNameAttribute : Attribute
Constructors
ThemeNameAttribute(string)
Declaration
public ThemeNameAttribute(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Properties
Name
Declaration
public string Name { get; set; }
Property Value
Methods
GetName(Type)
Declaration
public static string GetName(Type themeType)
Parameters
Type |
Name |
Description |
Type |
themeType |
|
Returns
Extension Methods