Url Constructor (Url, String, Boolean)C# API
For internal use only. Of no interest to the user.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public Url(
	Url url,
	string relativeUrlText,
	bool checkSlash
)

Parameters

url
Type: Facilita.Web Url
A Url.
relativeUrlText
Type: System String
The relative URL text.
checkSlash
Type: System Boolean
true if slashes should be checked.
See Also