Class WidgetAttribute
Inheritance
WidgetAttribute
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Widgets.dll
[AttributeUsage(AttributeTargets.Class)]
public class WidgetAttribute : Attribute
Constructors
Declaration
Properties
Declaration
public bool AutoInitialize { get; set; }
Property Value
Declaration
public string? DisplayName { get; set; }
Property Value
Declaration
public Type? DisplayNameResource { get; set; }
Property Value
Declaration
public string? RefreshUrl { get; set; }
Property Value
Declaration
public string[]? RequiredPolicies { get; set; }
Property Value
Declaration
public bool RequiresAuthentication { get; set; }
Property Value
Declaration
public string[]? ScriptFiles { get; set; }
Property Value
Declaration
public Type[]? ScriptTypes { get; set; }
Property Value
Declaration
public string[]? StyleFiles { get; set; }
Property Value
Declaration
public Type[]? StyleTypes { get; set; }
Property Value
Methods
Declaration
public static WidgetAttribute Get(Type viewComponentType)
Parameters
Type |
Name |
Description |
Type |
viewComponentType |
|
Returns
Declaration
public static bool IsWidget(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
Extension Methods