- 51Aspx源码必读.txt[2KB]
- Global.asax[95B]
- Global.asax.cs[1KB]
- Uco.csproj[5KB]
- Web.config[3KB]
- bin\EntityFramework.xml[814KB]
- Content\Site.css[5KB]
- Controllers\CaptchaController.cs[4KB]
- Controllers\HomeController.cs[959B]
- Models\CaptchaModel.cs[900B]
- obj\Debug\Uco.csproj.FileListAbsolute.txt[419B]
- Properties\AssemblyInfo.cs[1KB]
- Scripts\jquery-1.5.1-vsdoc.js[264KB]
- Scripts\jquery-1.5.1.min.js[83KB]
- Scripts\jquery.unobtrusive-ajax.min.js[2KB]
- Scripts\jquery.validate-vsdoc.js[41KB]
- Scripts\jquery.validate.min.js[20KB]
- Scripts\jquery.validate.unobtrusive.min.js[3KB]
- Views\Web.config[2KB]
- from.gif[4KB]
- Uco.csproj.user[1KB]
- Uco.sln[895B]
- Uco.suo[31KB]
- 最新Asp.Net源码下载.url[123B]
- bin\EntityFramework.dll[765KB]
- bin\Uco.dll[12KB]
- bin\Uco.pdb[23KB]
- obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache[8KB]
- obj\Debug\Uco.dll[12KB]
- obj\Debug\Uco.pdb[23KB]
- Views\_ViewStart.cshtml[55B]
- Views\Home\Index.cshtml[477B]
- Views\Shared\_Captcha.cshtml[390B]
- Views\Shared\_InvisibleCaptcha.cshtml[361B]
- Views\Shared\_Layout.cshtml[977B]
源码介绍
MVC3 captcha验证码程序源码
程序说明
MVC captcha and MVC invisible captcha.
Ajax captcha validation. Easy and simple to use.
演示如何使用HttpPost提交并重新生成验证码的小应用,应为是示例程序
所以代码页面比较少。
Ajax验证,简单易用。
部分代码
@using (Html.BeginForm()) {
@Html.ValidationSummary(true)
<div class="editor-label">
@Html.LabelFor(model => model.Text)
</div>
<div class="editor-field">
@Html.EditorFor(model => model.Text)
@Html.ValidationMessageFor(model => model.Text)
</div>
@Html.Partial("_Captcha", new Uco.Models.Captcha())
@Html.Partial("_InvisibleCaptcha", new Uco.Models.InvisibleCaptcha())
<p>
<input type="submit" value="Send" />
</p>
}
下载记录(Only Recent 100)
用户名 | 推荐指数 | 下载时间 |
---|