C
Charles Zhang
I am creating dynamic web pages according to the user inputs from a web
page.
For instance, a user typed in a text, I would want the text being the
source code of the dynamic page.
My question is: How could I access session variables from class that
derives from VirtualPathProvider or VirtualFile or the control values of
previous web page?
I could not use query string or cookies due to the amount of the data.
I am using HostingEnvironment to retrieve application path information.
I guess there are some similar global instance that I might be able to
use to retrieve information for the request.
Thanks
Charles Zhang
page.
For instance, a user typed in a text, I would want the text being the
source code of the dynamic page.
My question is: How could I access session variables from class that
derives from VirtualPathProvider or VirtualFile or the control values of
previous web page?
I could not use query string or cookies due to the amount of the data.
I am using HostingEnvironment to retrieve application path information.
I guess there are some similar global instance that I might be able to
use to retrieve information for the request.
Thanks
Charles Zhang