See Also
dtSearch Text Retrieval Engine -- .NET API (.NET 2.0-4.0) 7.70
SearchResults::UrlDecodeItem Method

UrlDecodeItem converts a string created by UrlEncodeItem back into a search results item.

C#
public UrlDecodeItem(ref String val);
Visual Basic
Public Sub UrlDecodeItem(ByRef val As String)
Remarks

UrlEncodeItem can be used to create HREFs to use in HTML search results. When the user clicks the link, the URL-encoded item will be sent as part of the Query String. A server-based application that receives the URL-encoded item can then use UrlDecodeItem to convert the data in the HREF back into a SearchResults object. This eliminates the need to keep the SearchResults object in memory between requests, making stateless operation possible on web servers.

See Also
You are here: dtSearch::Engine Namespace > SearchResults Class > SearchResults Methods > UrlDecodeItem Method
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.