Physical path of a aspx Page at design time?

  • Thread starter Thread starter Igor
  • Start date Start date
I

Igor

hi,

is it possible to retrive the physical path of a aspx page at design time?

I create a MyPageBase inherited from System.Web.UI.Page class.
MyPageBase have a property "PageFileName", that give the filename of the
aspx page e.g. "InheritedPage.aspx".
at the runtime isn't a problem to extract the page filename, but I would to
get the filename at the runtime too.

thanks

Igor
 
Back
Top