發(fā)布時(shí)間:2020-11-30 10:54 作者:獨(dú)孤劍 閱讀:1089
public class ArticleController : Controller { public ActionResult Details(string id) { Response.StatusCode = 301; Response.Status = "301 Moved Permanently"; Response.AddHeader("Location", "/Article/Details/" + id); return null; } }
微信打賞, 微信掃一掃
支付寶打賞, 支付寶掃一掃
如果文章對(duì)您有幫助,歡迎給作者打賞