System.Web Namespace HttpResponse Class
Adds a session ID to the virtual path and returns the combined path.
[ VB ]
Public Function ApplyAppPathModifier ( _
ByVal virtualPath As String _
) As String
[ C# ]
public string ApplyAppPathModifier (
string virtualPath
);
[ C++ ]
public: String* ApplyAppPathModifier (
String* virtualPath
);
[ JScript ]
public function ApplyAppPathModifier (
virtualPath : String
) : String;
- virtualPath
- The virtual path to a resource.
The virtualPath with the session ID appended.
ApplyAppPathModifier is used with cookieless sessions to construct absolute HREFs.
HttpResponse Members