RAdapterSetToClipboardInt 方法 (String, String) |
Set the given html and plain text data to clipboard.
命名空间:
DSkin.Html.Adapters
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法protected virtual void SetToClipboardInt(
string html,
string plainText
)
参数
- html
- 类型:SystemString
the html data - plainText
- 类型:SystemString
the plain text data
参见