Version 118.6.80 
            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: 118.6.80.0
Syntaxpublic static UrlParts ParseUrl(
	string url
)
public:
static UrlParts^ ParseUrl(
	String^ url
)
Parameters
- url
 - Type: SystemString
url 
Return Value
Type: 
UrlPartsReturns null if the URL is empty or invalid.
See Also