Version 130.1.90
Parse the specified url into its component parts.
Uses a GURL to parse the Url. GURL is Google's URL parsing library.
Namespace: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public static UrlParts ParseUrl(
string url
)
public:
static UrlParts^ ParseUrl(
String^ url
)
Parameters
- url String
- url
Return Value
UrlPartsReturns null if the URL is empty or invalid.
See Also