Quantcast
Channel: Mix html and code asp.net - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by Andrew Orlov for Mix html and code asp.net

There is a Html.Raw method that should help you. It can be applied like so:<td>@Html.Raw(string.Join("<br />", report.TimeReportProjects.Select(x => x.Project.ProjectName)))</td>

View Article



Mix html and code asp.net

I'm trying to join two strings but I want them to be divided by a break line.This is my code:<td>@(string.Join("<br /> ", report.TimeReportProjects.Select(x =>...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images