コード例 #1
0
 public string GetImageUrl(ImageFormat format = ImageFormat.Auto, ushort size = 128)
 => ApplicationId.HasValue ? CDN.GetRichAssetUrl(ApplicationId.Value, ImageId, size, format) : null;
コード例 #2
0
 public string GetImageUrl(ImageFormat format = ImageFormat.Auto, ushort size = 128)
 => CDN.GetRichAssetUrl(ApplicationId, ImageId, size, format);