如何取得前代的classname?
例如:我的一面代
Public Class Webquest_card_instock01
Inherits System.Web.UI.Page
....
end class
然後我需要在 pageload 中取得 "Webquest_card_instock01 " 名字, 我用什法?
[解决办法]
this.GetType().ToStringh() //c#
发布时间: 2012-01-15 22:57:49 作者: rapoo
如何取得前代的classname?
例如:我的一面代
Public Class Webquest_card_instock01
Inherits System.Web.UI.Page
....
end class
然後我需要在 pageload 中取得 "Webquest_card_instock01 " 名字, 我用什法?
[解决办法]
this.GetType().ToStringh() //c#