@{
var converterType = ViewBag.ConverterType?.ToString() ?? "text";
}
@if (converterType == "text-case")
{
Escolha como você quer converter o texto
}
else if (converterType == "csv-json")
{
}
else if (converterType == "image-ocr")
{
}
else if (converterType == "json-csv")
{
}
else
{
}