26.06.2017 Views

Bootstrap for ASP.NET MVC

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Creating T4 Templates to Scaffold <strong>Bootstrap</strong> Views<br />

}<br />

Layout = "~/Views/Shared/_Layout.cshtml";<br />

<br />

<br />

<br />

<br />

<br />

@Html.ActionLink("Home", "Index", "Home")<br />

<br />

<br />

<br />

<br />

@using (Html.BeginForm("", "", FormMethod.Post, new { role<br />

= "<strong>for</strong>m" }))<br />

{<br />

@Html.AntiForgeryToken()<br />

@Html.ValidationSummary(true)<br />

<br />

<br />

@Html.LabelFor(model => model.)<br />

<br />

<br />

<br />

<br />

[ 126 ]

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!