Url ToString Method (Boolean)C# API
Returns a string representation of this Url, specifying whether to percent-encode the path.

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

public string ToString(
	bool encodedPath
)

Parameters

encodedPath
Type: System Boolean
true if the path component of the URL should be percent-encoded.

Return Value

A string representation of this Url.
See Also