示例#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);
 }
示例#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));
        }