更改XAML页面中的页面默认命名空间

时间:2016-02-25 22:22:48

标签: xaml xamarin xml-namespaces xamarin-forms

我想更改项目中所有页面的基类。为此,我创建了一个继承自ContentPage的类,然后在所有页面中我应该添加BasePage的命名空间,我已经这样做了:

       xmlns:pages="clr-namespace:MyApp.Pages;assembly=MyApp"

并更改页面的默认标记

      <pages:PageBase xmlns="http://xamarin.com/schemas/2014/forms"

我的问题是,我们是否可以将BasePage的命名空间放在app.config之类的地方,以免每个页面重复一次?

0 个答案:

没有答案