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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static bool ParseUrl(
	string url,
	out CefUrlParts parts
)

Parameters

url
Type: SystemString
parts
Type: Internal.Xilium.CefGlueCefUrlParts

Return Value

Type: Boolean
See Also