我写了个ContentView 页面作为父页面想让其他页面继承它,但是会报错
严重性 代码 说明 项目 文件 行 禁止显示状态
错误 CS0263 “FrmHome”的分部声明一定不能指定不同的基类 MauiAppP00002 (net6.0-android), MauiAppP00002 (net6.0-ios), MauiAppP00002 (net6.0-maccatalyst), MauiAppP00002 (net6.0-windows10.0.19041)
我试了下网上wpf的方法,没成功,有没有人会的
关注
码龄 粉丝数 原力等级 --
- 被采纳
- 被点赞
- 采纳率
已结题
.net maui 继承页面报错 Compiler Error CS0263
收起
- 写回答
- 好问题 0 提建议
- 关注问题
微信扫一扫点击复制链接分享
- 邀请回答
- 编辑 收藏 删除
- 收藏 举报
0条回答 默认 最新
报告相同问题?
提交
- 2022-06-26 10:00微软技术栈的博客 .NET多平台应用程序UI (MAUI)将android、iOS、macOS和Windows API统一为一个API,这样你就可以编写一个应用程序在许多平台上本机运行。我们专注于提高您的日常生产力以及您的应用程序的性能。
- 2021-04-12 12:00TimChen44的博客 .NET 6 Preview 3 is now availableand includes many great new improvements to ASP.NET Core. Here’s what’s new in this preview release: Smaller SignalR, Blazor Server, and MessagePack scripts ...
- 2016-02-27 08:46weixin_33717117的博客 版权声明:本文为 testcs_dn(微wx笑) 原创文章,非商用自由转载-保持署名-注明出处,谢谢。 https://blog.csdn.net/testcs_dn/article/details/50753711 CS0234 The...
- 2023-06-28 13:56花北城的博客 } 3.2 问题二 这里使用的Maui的项目样例,服务端取出菜单数据模型,根据数据模型中,功能菜单的窗体名,实例化窗体并进行路由跳转。 3.2.1 实例化方法 /// /// 使用反射,根据页面名称导航到指定页面 /// /// /// ...
- 2019-04-26 09:14风铃脆响的博客 OMNeT++主要由六个部分组成:仿真内核库(simulation kernel library,简称Sim),网络描述语言的编译器(network description compiler, nedc),图形化的网络编辑器(graphical network description editor,GNED)...
- 2016-08-05 09:51isuker的博客 http://www.cnblogs.com/websocket/p/4763357.html # # Mon Dec 20 05:40:51 2004 UTC ...# This services files is an attempt at collating the various port # numbers lists that I've encountered
- 2014-03-15 14:11齐普斯的博客 他的《Modern Compiler Implementation in C》让我了解了现代编译器是如何设计的,原来语法分析器和词法分析器也是可以自动生成的,世界上还有Flex(LEX)/Bison(YACC)这样神奇的工具,也让我写出了自己的第一个TinyC...
- 2014-07-28 19:38bigclouder的博客 # /etc/services: # $Id: services,v 1.48 2009/11/11 14:32:31 ovasik Exp $ # # Network services, Internet style # IANA services version: last updated 2009-11-10 ...# Note that it is presently the p
- 2014-07-11 10:18weixin_30954265的博客 他的《Modern Compiler Implementation in C》让我了解了现代编译器是如何设计的,原来语法分析器和词法分析器也是可以自动生成的,世界上还有Flex(LEX)/Bison(YACC)这样神奇 的工具,也让我写出了自己的第一个Tiny...
- 2014-01-29 09:47usbdrivers的博客 他的《Modern Compiler Implementation in C》让我了解了现代编译器是如何设计的,原来语法分析器和词法分析器也是可以自动生成的,世界上还有Flex(LEX)/Bison(YACC)这样神奇的工具,也让我写出了自己的第一个TinyC...
- 2014-07-16 10:26杭州山不高的博客 DNS:/etc/resolv.conf 主机名:/etc/sysconfig/network 私有主机名:/etc/hosts 网卡配置文件存放目录:/etc/sysconfig/network-scripts/ IP/NetMask/Gateway等:/etc/sysconfig/network-scripts/ifcfg-em1 ...
- 2014-02-09 23:05moonwindlight的博客 转自:http://blog.chinaunix.net/uid-25304914-id-3029140.html 链接: http://wenku.baidu.com/view/b93917ed5ef7ba0d4a733ba8.html 文档: Linux kernel 2.6 配置指南 作者:王旭东 QQ:...
- Walter_Jia的博客 This section describes the installation of three software packages that, when installed, will provide you with a complete working cluster. These packages differ radically. openMosix provides Linux ker
- 2008-01-30 11:43ShorminHsu的博客 ACTS Advanced Communication Technologies and Services 先进的通信技术与业务 ACTTAB ACTion TABle 动作表 ACU Access Control Unit 接入控制单元 ACU Automatic Calling Unit 自动呼叫装置 AD Address ...
- 2007-06-02 23:20weixin_30446197的博客 You could simply repeat the process for each machine, but this will be both error prone and immensely boring. You need a way to automate the process. The approach you need depends on the number of ...
- 2007-06-02 20:50weixin_30885111的博客 Part II: Getting Started Quickly This section describes the installation of three software packages that, when installed, will provide you with a complete working cluster. These packages differ rad...
- 没有解决我的问题, 去提问