HttpResponse::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. If Cookieless session state is not used, ApplyAppPathModifier returns the original virtual path.
Assembly: System.Web (in System.Web.dll)
Parameters
- virtualPath
-
Type:
System::String^
The virtual path to a resource.
ApplyAppPathModifier is used only with cookieless sessions to construct absolute HREFs.
The following example declares a string variable named urlConverted, and sets it to the result of an ApplyAppPathModifier method call. The code then passes the variable's value to a HyperLink control's NavigateUrl property.
.NET Framework
Available since 1.1
Available since 1.1
Show: