@{ Layout = null; } @Scripts.Render("~/bundles/jquery") @Scripts.Render("~/bundles/jqueryval") @Html.Partial("_Processing") New @**@

LOGO Here

@using (Html.BeginForm("Registration", "NewVisitor", FormMethod.Post, new { enctype = "multipart/form-data" })) { @Html.AntiForgeryToken()

Weclome Text

@*@Html.ValidationMessageFor(c => c) @Html.TextBoxFor(c => c, new { placeholder = "請輸入您的姓氏" })*@

@*@Html.ValidationMessageFor(c => c) @Html.TextBoxFor(c => c, new { placeholder = "請輸入您的名字" })*@

}