このコードは、ページ上のASP.Netユーザーコントロールのレンダリングに関連するSDLTridionサイトから取得しました。
私が理解しているのは、本文のタグメニュー、コンテンツ、検索結果は.ascxファイルです。しかし、私は彼らが使用した他のコントロールを理解していません。誰かがこのコードスニペットを説明できますか?
<%@ Page Language="C#" %>
<html>
<head>
<title>
<tridion:content ExpectXmlContent="true" XPath="//tcm:Content/tridion:Content/tridion:title" runat="server"/>
</title>
<tridion:content templateuri="tcm:47-3016-32" runat="server"/>
<tridion:track runat="server" xpath="//tcm:Metadata/tridion:Metadata/tridion:category" pageuri="tcm:47-2966-64" />
<tridion:secure issecured="false" redirecturl="~/login/login.aspx" runat='server'/>
</head>
<body>
<tridion:menu menutype="topnav" runat="server"/>
<tridion:content templateuri="tcm:47-3052-32" runat="server"/>
<tridion:searchresults Category="Categories" templateuri="tcm:47-3058-32" runat="server"/>
</body>
</html>