Keyoti Search for ASP.NET API Docs
ReadLinks Method (stream, encoding)
API DocumentationKeyoti.SearchEngine.DocumentsParserReadLinks(Stream, Encoding)
Keyoti Search for ASP.NET 2010
Reads links to other pages.
Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Use Read method instead.", true)]
public ArrayList ReadLinks(
	Stream stream,
	Encoding encoding
)
<ObsoleteAttribute("Use Read method instead.", True)> _
Public Function ReadLinks ( _
	stream As Stream, _
	encoding As Encoding _
) As ArrayList
[ObsoleteAttribute(L"Use Read method instead.", true)]
public:
ArrayList^ ReadLinks(
	Stream^ stream, 
	Encoding^ encoding
)
Parameters
stream (Stream)
Document as a stream
encoding (Encoding)
The character encoding used in the stream, typically this is obtained from the ContentType header from the server.
Return Value
List of strings with link Uris (note these maybe relative to current page).

Assembly: Keyoti2.SearchEngine.Core (Module: Keyoti2.SearchEngine.Core) Version: 2010.4.1.609