Esempio n. 1
0
        public string GetUrl(IconType iconType = IconType.Standard)
        {
            var type = "";

            if (iconType != IconType.Standard)
            {
                type = $"type={iconType.GetEnumDescription()}";
            }

            return(Url + type);
        }