@model Customer
@Html.Partial("_UserProfile", (UserProfile)Model.UserProfile)
當我運行這段代碼,我得到這個錯誤:(PartialView)模型傳遞到字典中產品類型的「客戶」,但本詞典需要類型的模型項目「用戶配置」
The model item passed into the dictionary is of type 'Customer', but this dictionary requires a model item of type 'UserProfile'.
部分視圖_UserProfile是強類型的。
我希望能夠編輯這些字段。 有什麼建議嗎?
還檢查Html.Action和Html.Partial之間的區別是有用的https://stackoverflow.com/questions/16886585/html-partial-skips-the-controller-action – 2017-12-06 15:47:42