Click or drag to resize

CefRuntimeParseUrl Method

Parse the specified |url| into its component parts. Returns false if the URL is empty or invalid.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static bool ParseUrl(
	string url,
	out CefUrlParts parts
)

Parameters

url  String
 
parts  CefUrlParts
 

Return Value

Boolean
See Also