ASP.Net MVC で Twitter Bootstrap を使用しています。
TextBoxFor 内のテキストを右揃えにするにはどうすればよいですか:
@Html.TextBoxFor(model => model.PaymentReceived,
new { @class = "pmtallocated pull-right" , .dir = "rtl" })
Invalid expression term '.'
上記を試すとエラーが発生します。
ありがとうございました、
マーク