Esempio n. 1
0
 public Uri GetGameCoverUri(string gameId, CoverResolution resolution = CoverResolution.x128)
 {
     var uri = string.Format("themes/{0}/cover-{1}.png", HttpUtility.UrlPathEncode(gameId), (int)resolution);
     return GetSiteUri(uri);
 }
Esempio n. 2
0
        public Uri GetGameCoverUri(string gameId, CoverResolution resolution = CoverResolution.x128)
        {
            var uri = string.Format("themes/{0}/cover-{1}.png", HttpUtility.UrlPathEncode(gameId), (int)resolution);

            return(GetSiteUri(uri));
        }