Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我应该在基于主页面和内容页面的页面中将元标记放在 .net 框架 4.0 中的什么位置?
意味着以下两个目的:
主页面或内容页面中是否有任何属性可用于设置元标记和标题?(我找不到它们)
如果所有页面上都应该有元标记,则将其放在<head>母版页的部分中,就像放置普通 HTML 页面一样。它没有属性,因为它不是服务器端属性,您只需将其放在页面中即可。
<head>
对于每个内容页面不同的单个元标记,请<ContentPlaceHolder>在<head>您的母版页中添加一个新标记。这将让您定义每个页面上的实际内容。
<ContentPlaceHolder>