BuildUrl Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
(Obsolete) Generates an encoded URL string.
Overload List
Name | Description | |
---|---|---|
BuildUrl(String, Boolean, String, String, String, String, String, String, String, String) | (Obsolete) Use this method to generate an encoded URL string, with four names and four values. | |
BuildUrl(String, Boolean) | (Obsolete) Use this method to generate an encoded URL string. | |
BuildUrl(String, Boolean, String, String) | (Obsolete) Use this method to generate an encoded URL string, with a name and value. | |
BuildUrl(String, Boolean, array<String>[]()[], array<String>[]()[]) | (Obsolete) Use this method to generate an encoded URL string, with an array of names and values. | |
BuildUrl(String, Boolean, String, String, String, String) | (Obsolete) Use this method to generate an encoded URL string, with two names and two values. | |
BuildUrl(String, Boolean, String, String, String, String, String, String) | (Obsolete) Use this method to generate an encoded URL string, with three names and three values. |
Top
Remarks
You have to use the BuildUrl method every time you want to append the ticket to the URL in a cookieless scenario. If this is not done, the ticket will not be passed on to the next request.