Код: Выделить всё
@{
Html.Raw("table.dataTable tbody td { white-space: nowrap; }");
}
Код: Выделить всё
@{
Html.Raw(" table.dataTable tbody td { white-space: nowrap; } ");
}
Подробнее здесь: https://stackoverflow.com/questions/793 ... raw-in-mvc
Код: Выделить всё
@{
Html.Raw("table.dataTable tbody td { white-space: nowrap; }");
}
Код: Выделить всё
@{
Html.Raw(" table.dataTable tbody td { white-space: nowrap; } ");
}