点击或拖拽改变大小

WebViewPostMessage 方法

向浏览器发送消息

命名空间:  Smobiler.Core.Controls
程序集:  Smobiler.Core (在 Smobiler.Core.dll 中) 版本:6.0.641.16928
语法
public void PostMessage(
	string msg
)

参数

msg
类型:SystemString
消息内容
备注
需要在当前浏览器界面上的js中注册message事件,在function的msg为当前PostMessage的参数。 window.document.addEventListener('message', function (msg) {})
参见