Encog 1.1 for DotNet
ConstructURL Method (baseURL, url, stripFragment)
NamespacesEncog.Bot.HTMLURLUtilityConstructURL(Uri, String, Boolean)
Construct a URL from a string.
Declaration Syntax
C#Visual BasicVisual C++
public static Uri ConstructURL(
	Uri baseURL,
	string url,
	bool stripFragment
)
Public Shared Function ConstructURL ( _
	baseURL As Uri, _
	url As String, _
	stripFragment As Boolean _
) As Uri
public:
static Uri^ ConstructURL(
	Uri^ baseURL, 
	String^ url, 
	bool stripFragment
)
Parameters
baseURL (Uri)
The page that the URL was found on.
url (String)
The URL found.
stripFragment (Boolean)
Should fragments be stripped. Fragments are the part of a URL after the # sign. They do not specify actual pages, but rather part of a page. As a result, they are usually not needed by a spider or bot.
Return Value
The constructed URL.

Assembly: Encog (Module: Encog) Version: 1.1.0.0 (1.1.0)