• 大小: 1.51KB
    文件类型: .cs
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 新浪  微博  C#  短网址  

资源简介

C#生成新浪微博短网址 示例源码

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
  
using DotNetSample.Models;
using System.Web.script.Serialization;
  
namespace DotNetSample.Utils
{
    public class ShortUrlHelper
    {
        /// 
        /// 获取新浪短域名
        /// 

        /// 原始地址
        /// 
        public static ShortUrl SinaShortUrl(string url)
        {
            string builder = HtmlEncode.GetUrlHtml(“http://api.t.sina.com.cn/short_url/shorten.json?source=1681459862&url_long=“ + System.Web.HttpContext

评论

共有 条评论