@{ ViewBag.Title = "Index"; Layout = "~/Views/Shared/_Layout.cshtml"; } @using AirWheel.Cycling.Service; @using AirWheel.Cycling.Domain; @using AirWheel.Cycling.Common; @using CommonToolHelper; @model PageInfo
文件管理
@using (Ajax.BeginForm("Index", null, new AjaxOptions() { }, new { @id = "form1", @class = "form-horizontal", @method = "get" })) {
@Html.TextBox("Search", null, new { @class = "input-sm form-control", @placeholder = "请输入查询关键词" })
}