7
Razor View Engine: Bir ifade ağacı dinamik bir işlem içeremez
Buna benzer bir model var: public class SampleModel { public Product Product { get; set; } } Denetleyicimde yazdırmaya çalışırken bir istisna alıyorum @Html.TextBoxFor(p => p.Product.Name) Bu hata: Exception: An expression tree may not contain a dynamic operation Herkes bana bu düzeltmek için bazı ipuçları verebilir gerçekten takdir ediyorum!
173
asp.net-mvc
.net-4.0
razor