Click or drag to resize

Cef.ParseUrl Method

Version 97.1.60
Parse the specified url into its component parts. Uses a GURL to parse the Url. GURL is Google's URL parsing library.

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 97.1.60.0
Syntax
public static UrlParts ParseUrl(
	string url
)

Parameters

url
Type: System.String
url

Return Value

Type: UrlParts
Returns null if the URL is empty or invalid.
See Also