asp.net.ph

Response.ApplyAppPathModifier Method

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;

Parameters

virtualPath
The virtual path to a resource.

Return Value

The virtualPath with the session ID appended.

Remarks

ApplyAppPathModifier is used with cookieless sessions to construct absolute HREFs.

See Also

HttpResponse Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph