M MattC Oct 14, 2004 #1 Hi, Looking for something along the lines of Page.URL or page filename. TIA MattC
H Hans Kesting Oct 14, 2004 #2 MattC said: Hi, Looking for something along the lines of Page.URL or page filename. TIA MattC Click to expand... Look into the Request object and it's properties Path, RawUrl, Url Hans Kesting
MattC said: Hi, Looking for something along the lines of Page.URL or page filename. TIA MattC Click to expand... Look into the Request object and it's properties Path, RawUrl, Url Hans Kesting
G Guest Oct 14, 2004 #4 Request.RawUrl gets the raw URL of the current request http://msdn.microsoft.com/library/d...frlrfsystemwebhttprequestclassrawurltopic.asp You can also take a look at the Url (an object of the Uri class) property of the Request object Here you can find info about the Uri clas http://msdn.microsoft.com/library/d...en-us/cpref/html/frlrfsystemuriclasstopic.asp Regards, Leon
Request.RawUrl gets the raw URL of the current request http://msdn.microsoft.com/library/d...frlrfsystemwebhttprequestclassrawurltopic.asp You can also take a look at the Url (an object of the Uri class) property of the Request object Here you can find info about the Uri clas http://msdn.microsoft.com/library/d...en-us/cpref/html/frlrfsystemuriclasstopic.asp Regards, Leon