当前位置:
代码迷
>>
ASP.NET
>> 怎么在页面中获取当前页的类名
详细解决方案
怎么在页面中获取当前页的类名
热度:
8102
发布时间:
2013-02-25 00:00:00.0
如何在页面中获取当前页的类名
同题
------解决方案--------------------------------------------------------
this.GetType()
相关解决方案