@{ ViewBag.Title = "Login"; }

@ViewBag.Title

@using( Html.BeginForm() ) {

Nom : @Html.TextBox( "nom" )

Mdp : @Html.TextBox( "mdp" )

}