HttpResponseWrapper::ApplyAppPathModifier Method (String^)
.NET Framework (current version)
Adds a session ID to the virtual path if the session is using Cookieless session state, and returns the combined path.
Assembly: System.Web (in System.Web.dll)
Parameters
- virtualPath
-
Type:
System::String^
The virtual path of a resource.
Return Value
Type: System::String^The virtual path with the session ID inserted. If Cookieless session state is not used, returns the original virtualpath value.
.NET Framework
Available since 3.5
Available since 3.5
Show: