CefRuntimeParseUrl Method |
Parse the specified |url| into its component parts.
Returns false if the URL is empty or invalid.
Namespace: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static bool ParseUrl(
string url,
out CefUrlParts parts
)
Parameters
- url String
-
- parts CefUrlParts
-
Return Value
Boolean
See Also