HtmlImageLoadEventArgsCallback 方法 (String) |
Callback to overwrite the loaded image with image to load from given URI.
Can be called directly from delegate handler or asynchronously after setting
Handled to True.
命名空间:
DSkin.Html.Core.Entities
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法 public void Callback(
string path
)
参数
- path
- 类型:SystemString
the path to the image to load (file path or URL)
参见