gpt4 book ai didi

asp.net - 标题(在 ASP.NET @ Page 指令中)未在网页中呈现

转载 作者:太空宇宙 更新时间:2023-11-04 15:26:37 25 4
gpt4 key购买 nike

我打算在@Page 指令中使用 Title 属性来自定义每个页面的标题,但它似乎什么也没做。

该站点使用母版页 - 我不知道这是否需要考虑。

母版页片段:

<%@ Master Language="VB" CodeFile="brightnorth.master.vb" Inherits="brightnorth" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" type="text/css" href="/css/style.css" />
</head>
<body>
etc....

页面片段(来自 http://www.brightnorth.com/about/aboutus.aspx ):

<%@ Page Language="VB" MasterPageFile="~/brightnorth.master" AutoEventWireup="false" CodeFile="aboutus.aspx.vb" Inherits="about_aboutus" Title="Brightnorth.com: About Us" %>

此外,如果我通过 validator 运行页面, 它提示...

end tag for "head" which is not finished

..而标记存在于源代码中。

我已经有了解决方法,但这让我很烦,所以我决心找到解决方案!

最佳答案

糟糕...一个基本错误! [他们不总是这样吗?]

有人发现元素中缺少 runat="server" 吗?

糟糕。

关于asp.net - 标题(在 ASP.NET @ Page 指令中)未在网页中呈现,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/367090/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com