摘要:
在 Area 内进行跳转: @Html.ActionLink(“About”, “About”) 从 Area 一个区域跳转到另一个区域 @Html.ActionLink(“About”, “Index”, “test”, new { area = “web” }, null) 从 Area 跳转到 阅读全文
摘要:
public class VerifyCode { public byte[] GetVerifyCode() { int codeW = 80; int codeH = 30; int fontSize = 16; string chkCode = string.Empty; //颜色列表,用于验 阅读全文