Interface IHtmlTransformator
Interface implemented by all html transformators
Namespace: PnP.Framework.Modernization.Transform
Assembly: PnP.Framework.dll
Syntax
public interface IHtmlTransformator
Methods
Transform(String, Boolean)
Transforms the passed html to be usable by the client side text part
Declaration
string Transform(string text, bool usePlaceHolder)
Parameters
|
System.String
text
Html to be transformed |
|
System.Boolean
usePlaceHolder
Insert placeholders for images and iframe tags |
Returns
|
System.String
Html that can be used and edited via the client side text part |