最佳答案
母版页共有三个文件 Master,Master.cs,Master.designer.cs
在Master中打开html源代码部分将其中的<title>Untitled Page</title>改成你想要的母版名称
另外在你引用的页面里应该有这样一段
<%@ Page Language="C#" MasterPageFile="~/引用的母板页" AutoEventWireup="true" CodeFile="当前页面.aspx.cs" Inherits="当前页面" Title="Untitled Page" %>
将这个位置的Untitled Page改成你想要的名称就好了。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-13
  • 2021-07-31
  • 2022-02-24
  • 2021-11-10
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-20
  • 2021-10-23
  • 2022-12-23
  • 2021-12-16
相关资源
相似解决方案