예제 #1
0
        public static string PiczUrl(this UrlHelper helper, string url, int size, string hash = "")
        {
            url = url.TrimStart(new char[] { '~' });

            return($"{url}?s={size}{BaseHelper.GetImageHashForUrl(hash)}");
        }