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. Html to be transformed |
System. Insert placeholders for images and iframe tags |
Returns
System. Html that can be used and edited via the client side text part |