gpt4 book ai didi

asp.net-mvc - 重命名重构对强类型 Razor View 中的某个人有用吗?

转载 作者:行者123 更新时间:2023-12-03 11:28:42 24 4
gpt4 key购买 nike

我有一个看起来像这样的模型:

public class Person
{
public string PostalCode {get;set;}
}

然后我有 Razor 的景色
@model MvcApp1.Person

Your location is: @Model.PostalCode

当我使用Visual Studio 2010的重命名重构(Ctrl + R,R)时,该属性在模型类上被重命名,但在 View 中保持不变。

我的理解是,由于 View 是强类型的,因此 View 中也应该发生重命名。

我究竟做错了什么?

最佳答案

VS的重构引擎不支持Razor。

关于asp.net-mvc - 重命名重构对强类型 Razor View 中的某个人有用吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5709568/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com