Click or drag to resize

CefFrameLoadString Method

Load the contents of |string_val| with the specified dummy |url|. |url| should have a standard scheme (for example, http scheme) or behaviors like link clicks and web security restrictions may not behave as expected.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void LoadString(
	string content,
	string url
)

Parameters

content
Type: SystemString
url
Type: SystemString
See Also