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.
Umbraco で、ascx コントロールを指すカスタム ダッシュボード コンテンツ タブがある場合、どのタブがコントロールにアクセスしているかをコード内でどのように判断すればよいですか? わずかな違いで異なるタブに同じコントロールを再利用したいと思います。
これは機能しませんでした: ascx へのパスを介してパラメーターを渡します...例
<section ...> <tab ...> <control ...> `landing.ascx?tab=importer`
しかし、これは:
ページを作成します。