Class WidgetResourceItem
Inheritance
object
WidgetResourceItem
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Widgets
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Widgets.dll
Syntax
public class WidgetResourceItem
Constructors
WidgetResourceItem(string)
Declaration
public WidgetResourceItem(string src)
Parameters
| Type | Name | Description |
|---|---|---|
| string | src |
WidgetResourceItem(Type)
Declaration
public WidgetResourceItem(Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | type |
Properties
Src
Declaration
public string Src { get; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Declaration
public Type Type { get; }
Property Value
| Type | Description |
|---|---|
| System.Type |