IconAttribute
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public class IconAttribute : AttributeBase, _Attribute
Properties
Svg
View Source
Declaration
public string Svg { get; set; }
Uri
View Source
Declaration
public string Uri { get; set; }
Alt
View Source
Declaration
public string Alt { get; set; }
Cls
View Source
Declaration
public string Cls { get; set; }
Implements
System.Runtime.InteropServices._Attribute