I need to add template and controller values to my T4 template, but I can not figure out how to pass the their names.
Here's an example:
CREATE.cs.t4
@using (Html.BeginForm("Create", "RamoAtividades", FormMethod.post, new {@class = "form-horizontal"}))
{
@Html.AntiForgeryToken()
<div class="form-body">
How can I do this?