Click or drag to resize

CefDomDocumentGetCompleteUrl Method

Returns a complete URL based on the document base URL and the specified partial URL.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public string GetCompleteUrl(
	string partialUrl
)

Parameters

partialUrl
Type: SystemString

Return Value

Type: String
See Also