我的代码如下: public class Lib public int ID { get; set; }
[PageRemote(PageHandler= "IsKeyExists", HttpMethod = "Get")] } 在创建页面模型中: public asynchandler=IsKeyExists&Key=xx 我不想修改我的页面</e
在编译和发布应用程序后,是否可以创建新的剃刀视图页面?例如:运行cli命令的函数,如dotnet new page或dotnet new view?尝试创建将具有允许创建新页面的web gui的应用程序。我可以用脚本语言做到这一点,但我不熟悉如何在asp.net核心中做到这一点。任何建议都将不胜感激。