Skip to content

Instantly share code, notes, and snippets.

@vmussak
Created January 2, 2018 22:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vmussak/7c6ce1c6d4b5b797e3eed9cf53d9005f to your computer and use it in GitHub Desktop.
Save vmussak/7c6ce1c6d4b5b797e3eed9cf53d9005f to your computer and use it in GitHub Desktop.
View index exibindo a data atual
@{
ViewData["Title"] = "Home Page";
}
<div class="row">
<div class="col-md-12">
<h2>Data atual</h2>
<p><b>@ViewBag.DataAtual</b></p>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment