これが私のかみそりのコードです:
<fieldset>
<legend>Headline News</legend>
@foreach (var item in Model)
{
<div>@Html.DisplayFor(modelitem => item.Description)</div>
}
</fieldset>
の値item.Description
はHTMLです。
<table border="0" cellpadding="2" cellspacing="7" style="vertical-align:top;"><tr><td width="80" align="center" valign="top">
{{ table info }}
</table>
実際にHTMLコンテンツを表示したいのですが、HTMLタグとして表示されます。前もって感謝します!