Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer