Url AppendPath Method C# API
Initialises a new instance of the Url class using the attributes of this Url, but with the specified path appended to the existing path.

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

public Url AppendPath(
	string path
)

Parameters

path
Type: System String
The path to append.

Return Value

A new Url object which is the same as this Url but with the specified path appended to the existing path.
See Also