@model HelloWorldMvcApp.SampleViewModel
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bootstrap 101 Template</title>
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
.field-validation-error {
display: none !important;
<div class="col-md-6 col-md-offset-3">
<h1>Exemplo Html.ActionLink()</h1>
@Html.ActionLink("Perguntas", "Index", "PerguntasRespondidas", new { @class="ui-btn ui-mini", data_rel="close", data_transition="flip", data_role="button" })
<a href="http://pt.stackoverflow.com/questions/74523/como-formatar-o-helpers-do-mvc-de-acordo-com-o-meu-layout-bootstrap">http://pt.stackoverflow.com/questions/74523/como-formatar-o-helpers-do-mvc-de-acordo-com-o-meu-layout-bootstrap</a>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<script src="//ajax.aspnetcdn.com/ajax/jquery.validate/1.11.1/jquery.validate.min.js"></script>
<script src="//ajax.aspnetcdn.com/ajax/mvc/4.0/jquery.validate.unobtrusive.min.js"></script>
<script type="text/javascript">
function openAlert(txt) {
$('.alert-content').text(txt);
$('.alert').addClass('in');
$('.alert').removeClass('in');
if(answer && answer != '')
$('#Question').change(closeAlert);
$('#Question').keyup(closeAlert);
$('.submit').click(function(){
data: {Answer: '', Question: $('#Question').val()},
contentType: "application/json; charset=utf-8",
success: function(resp) {