gpt4 book ai didi

C# 3.5 : How do I get the name of the parent class from a UserControl?

转载 作者:行者123 更新时间:2023-11-30 14:42:34 25 4
gpt4 key购买 nike

C# 3.5:如何从 UserControl 中动态获取父类的名称?

例如,

如果 TestPage.aspx 包含 UserControl ucTestUc,

我需要知道父类是 TestPage。

我试过:从 ucTestUc 中,

this.Parent.NamingContainer 是 ASP.testpage_aspx 。

这很接近,但没有雪茄。

我可以去掉前缀和后缀,但我无法恢复大写。

?

最佳答案

string typeName = this.Page.GetType().Name;

string baseTypeName = this.Page.GetType().BaseType.Name;

string fileName = Path.GetFileName(Request.PhysicalPath);

关于C# 3.5 : How do I get the name of the parent class from a UserControl?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3159632/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com