Files
2020-02-18 12:48:37 +01:00

21 lines
359 B
Plaintext

@{
ViewBag.Title = "Home Page";
}
@{
string QrTextBox = "www.steamware.net";
if (IsPost)
{
QrTextBox = Request.Form["QrTextBox"];
}
}
<div class="jumbotron">
<h1>Multi-format CODE GENERATOR</h1>
<p class="lead">Generatore Barcode 1D / 2D by Steamware</p>
</div>
<div class="row">
<div class="col">
Controller route
</div>
</div>