不同领域和 ASP.NET MVC 应用程序的 URL 缩短器
创始人
2025-01-09 10:00:16
0

以下是一个使用ASP.NET MVC框架创建URL缩短器的示例解决方案:

  1. 创建一个新的ASP.NET MVC应用程序项目。
  2. 在Models文件夹中创建一个名为UrlShortener.cs的模型类,如下所示:
using System.ComponentModel.DataAnnotations;

public class UrlShortener
{
    [Key]
    public int Id { get; set; }

    [Required]
    public string OriginalUrl { get; set; }

    [Required]
    public string ShortenedUrl { get; set; }
}
  1. 在Controllers文件夹中创建一个名为UrlShortenerController.cs的控制器类,包含处理URL缩短的动作方法,如下所示:
using System;
using System.Linq;
using System.Web.Mvc;

public class UrlShortenerController : Controller
{
    private ApplicationDbContext db = new ApplicationDbContext();

    public ActionResult Index()
    {
        var urls = db.UrlShorteners.ToList();
        return View(urls);
    }

    public ActionResult Create()
    {
        return View();
    }

    [HttpPost]
    public ActionResult Create(UrlShortener urlShortener)
    {
        if (ModelState.IsValid)
        {
            urlShortener.ShortenedUrl = GenerateShortUrl();
            db.UrlShorteners.Add(urlShortener);
            db.SaveChanges();
            return RedirectToAction("Index");
        }

        return View(urlShortener);
    }

    public ActionResult Redirect(string shortenedUrl)
    {
        var url = db.UrlShorteners.FirstOrDefault(u => u.ShortenedUrl == shortenedUrl);
        if (url != null)
        {
            return Redirect(url.OriginalUrl);
        }

        return RedirectToAction("Index");
    }

    private string GenerateShortUrl()
    {
        // 实现自定义的URL缩短算法
        // 返回一个唯一的短URL
    }
}
  1. 在Views文件夹中创建一个名为UrlShortener文件夹,在该文件夹中创建以下视图:
  • Index.cshtml:显示所有URL缩短器的列表。
@model List

@foreach (var url in Model)
{
    

Original URL: @url.OriginalUrl Shortened URL: @Html.ActionLink(url.ShortenedUrl, "Redirect", new { shortenedUrl = url.ShortenedUrl })

}
  • Create.cshtml:用于创建新的URL缩短器。
@model UrlShortener

@using (Html.BeginForm())
{
    @Html.LabelFor(model => model.OriginalUrl)
    @Html.TextBoxFor(model => model.OriginalUrl)
    
    
}
  1. 在Global.asax.cs文件中添加以下路由配置:
using System.Web.Mvc;
using System.Web.Routing;

public class MvcApplication : System.Web.HttpApplication
{
    protected void Application_Start()
    {
        // 其他配置代码
        
        // 添加URL缩短器路由
        RouteTable.Routes.MapRoute(
            name: "Redirect",
            url: "{shortenedUrl}",
            defaults: new { controller = "UrlShortener", action = "Redirect" }
        );
    }
}

以上代码是一个基本的URL缩短器示例,可以根据实际需求进行修改和扩展。

相关内容

热门资讯

透视工具!wepoker免费脚... 透视工具!wepoker免费脚本(透视)wepoker免费钻石(本来有脚本)-哔哩哔哩1、wepok...
透视脚本!wepoker免费辅... 透视脚本!wepoker免费辅助器(透视)wepoker智能辅助插件(一贯真的有辅助器)-哔哩哔哩1...
透视工具!aapoker怎么控... 透视工具!aapoker怎么控制牌(透视)aapoker透视插件(真是真的有透视)-哔哩哔哩1、点击...
透视软件!hhpoker是正品... 透视软件!hhpoker是正品吗(透视)hhpoker有后台操作吗(本来一直都是有辅助器)-哔哩哔哩...
透视脚本!hhpoker免费透... 透视脚本!hhpoker免费透视脚本(透视)hhpoker可以控制牌吗(本来是真的有透视)-哔哩哔哩...
透视神器!wepoker插件功... 您好,wepoker插件功能辅助器这款游戏可以开挂的,确实是有挂的,需要了解加去威信【4852750...
透视技巧!wepoker辅助器... 透视技巧!wepoker辅助器是真的吗(透视)wepoker有辅助吗(本来是有挂)-哔哩哔哩wepo...
透视软件!wepoker软件安... 透视软件!wepoker软件安装包(透视)hhpoker万能辅助器(本来是真的有挂)-哔哩哔哩1、在...
透视app!wpk软件是正规的... 透视app!wpk软件是正规的吗(透视)wpk透视工作室(一贯真的是有透视)-哔哩哔哩进入游戏-大厅...
透视攻略!德普之星有透视辅助吗... 透视攻略!德普之星有透视辅助吗(透视)德普之星私人局透视(确实真的有脚本)-哔哩哔哩亲,关键说明,德...