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.
ASP.NET Razor Web サイト (MVC ではない) にカスタム ビュー ページ クラスがあります。私ができる必要があるのは、親ページ内にある子ページを決定することです。これを特定する方法はありますか?
ありがとう
これが使えるかどうかはわかりませんが、使えるかもしれません。
var pageHierachy = HttpContext.Current.Request.Path;
現在表示しているページのパスを取得します。あなたはそれをいじって、あなたが望むことを正確に行うことができるかもしれません.
幸運を :)