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.
我有一个面包屑:
1 级 --> 2 级
我想删除第一个链接(级别 1)的超链接,但文本应该保留。这是一个用户控件,因此我无法对其进行硬编码。
无论如何我可以删除仅用于第一级且仅在特定页面中的超链接吗?
任何指针??
遍历控件中的子控件(通过ctl.Controles集合),调查代码中的每个子控件,然后根据您的逻辑取消超链接。其中一种方法可能是隐藏或删除原始超链接,然后注入一个asp:literal。
ctl.Controles
asp:literal