Hi,
Good morning to every one.
Can anyone please tell how to work with SessionNavigationHistory.
I couldn't understand how to import the namespace
I have seen in one article like this:
Dim str As BaseClasses.Web.SessionNavigationHistory = Me.GetSessionNavigationHistory
Dim stry As BaseClasses.Web.SessionNavigationHistory.RequestInfo = str.GetPreviousRequest()
Do we need to import any .dll to use BaseClasses.Web namespace?
How can I work with this?
Thanks,