HtmlSource.Implicit(String to HtmlSource) Operator
Implicitly converts String into HtmlSource.
Namespace: DevExpress.Maui.HtmlEditor
Assembly: DevExpress.Maui.HtmlEditor.dll
NuGet Package: DevExpress.Maui.HtmlEditor
Declaration
public static implicit operator HtmlSource(string html)
Parameters
Name | Type | Description |
---|---|---|
html | String | The String to convert. |
Returns
Type | Description |
---|---|
HtmlSource | The HtmlSource object. |
See Also