Get the name of the current page

  • Thread starter Thread starter IntraRELY
  • Start date Start date
From the top of my head:

System.IO.Path.GetFileName(System.Web.HttpContext.Current.Request.Url.Absolu
tePath)

But maybe there is a shorter way ?

Hope it helps...
 
Back
Top