//MainPage.xaml.cs的代码

    public partial class MainPage : Page
    {
        public MainPage()
        {
            InitializeComponent();
        }

        private void Page_Loaded(object sender, RoutedEventArgs e)
        {
            //设置浏览器页面标题
            this.WindowTitle = ConfigurationSettings.AppSettings["MainText"];
        }
    }

相关文章:

  • 2021-11-03
  • 2021-11-27
  • 2021-11-21
  • 2021-10-25
  • 2022-02-06
猜你喜欢
  • 2022-12-23
  • 2021-12-22
  • 2021-05-24
  • 2022-12-23
  • 2022-12-23
  • 2022-01-10
相关资源
相似解决方案