不同领域和 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、...
透视app!丽水都莱辅助软件(... 透视app!丽水都莱辅助软件(辅助)潮友辅助器开挂软件(一贯一直总是有挂)-哔哩哔哩1、在潮友辅助器...
透视技巧!德州局怎么透视(透视... 透视技巧!德州局怎么透视(透视)hhpoker免费透视脚本(其实是有脚本)-哔哩哔哩一、hhpoke...
透视技巧!wepoker辅助器... 透视技巧!wepoker辅助器软件下载(透视)wepoker高级辅助(切实是真的有挂)-哔哩哔哩1....
透视神器!wepoker透视脚... 您好,wepoker透视脚本苹果版这款游戏可以开挂的,确实是有挂的,需要了解加去威信【4852750...
透视工具!hhpoker作必弊... 透视工具!hhpoker作必弊码(透视)hhpoker怎么破解(本来是有挂)-哔哩哔哩一、hhpok...
透视技巧!wepoker数据分... 透视技巧!wepoker数据分析(透视)wepoker可以透视码(一直一直都是有透视)-哔哩哔哩1、...
透视方法!wepoker私人局... 透视方法!wepoker私人局俱乐部(透视)wepoker私人局有透视吗(本来一直都是有辅助器)-哔...
透视技巧!wepoker祈福有... 透视技巧!wepoker祈福有用吗(透视)wejoker免费脚本(果然一直都是有脚本)-哔哩哔哩1、...
透视app!wpk辅助购买(透... 透视app!wpk辅助购买(透视)wpk俱乐部是真的吗(都是存在有透视)-哔哩哔哩1、每一步都需要思...