System Library Common Episerver
Search Results for

    DocFx,SystemLibrary.Common.Episerver.Properties.MessageConfig,SystemLibrary.Common.Episerver.Properties.MessageEditorDescriptor,SystemLibrary.Common.Episerver.Properties.MessageProperty,SystemLibrary.Common.Episerver.Properties.MessageController,SystemLibrary.Common.Episerver.Attributes.BoxSelectionController,SystemLibrary.Common.Episerver.Attributes.BoxSelectionFactory,SystemLibrary.Common.Episerver.Attributes.JsonEditController,SystemLibrary.Common.Episerver.Attributes.JsonEditFactory,SystemLibrary.Common.Episerver.Descriptors.HideCategoryListDescriptor,SystemLibrary.Common.Episerver.Properties.ParentLinkReferenceController,SystemLibrary.Common.Episerver.Properties.ParentLinkReferenceEditorDescriptor,SystemLibrary.Common.Episerver.Properties.ParentLinkReferenceProperty,SystemLibrary.Common.Episerver.Attributes.MultiDropdownSelectionController,SystemLibrary.Common.Episerver.Attributes.MultiDropdownSelectionFactory,SystemLibrary.Common.Episerver.Initialize.RemoveSuggestedContentTypes,SystemLibrary.Common.Episerver.Extensions.CommonEpiserverApplicationServicesOptions,SystemLibrary.Common.Episerver.Extensions.CommonEpiserverApplicationBuilderOptions,SystemLibrary.Common.Episerver.EditController,SystemLibrary.Common.Episerver.Abstract.BaseController,SystemLibrary.Common.Episerver.Abstract.BaseMultiSelectionFactory,SystemLibrary.Common.Episerver.ConnectionStringsConfig,SystemLibrary.Common.Episerver.PropertiesConfig,SystemLibrary.Common.Episerver.EditConfig,SystemLibrary.Common.Episerver.Properties.MessageConfig,SystemLibrary.Common.Episerver.FontAwesome,SystemLibrary.Common.Episerver.AppSettings.Configuration,SystemLibrary.Common.Episerver.Attributes.ParentLinkReferenceFactory,SystemLibrary.Common.Episerver.Abstract.InternalBaseController,WebApplicationInitializer
    Show / Hide Table of Contents
    NamespaceSystemLibrary.Common.Episerver.Extensions SystemLibrary.Common.Episerver.dll

    Common xhtmlstring extensions

    XhtmlStringExtensions

    public static class XhtmlStringExtensions

    Inheritance
    System.Object
    XhtmlStringExtensions
    Examples
    Arguments
    X

    Methods

    Returns true if the XhtmlString contains some value, else false

    Remarks
    X

    Does not throw exception on null

    View Source

    public static bool Is(this XhtmlString xhtmlString)

    X
    Methods arguments
    Type Name Description
    EPiServer.Core.XhtmlString xhtmlString
    X
    Type Description
    System.Boolean

    Returns true if the XhtmlString is null or blank or 0 length, else false

    Remarks
    X

    Does not throw on null

    View Source

    public static bool IsNot(this XhtmlString xhtmlString)

    X
    Methods arguments
    Type Name Description
    EPiServer.Core.XhtmlString xhtmlString
    X
    Type Description
    System.Boolean

    Render all data, media, blocks, components, inside the XhtmlString

    View Source

    public static string Render(this XhtmlString xhtmlString, bool skipWrapperTag = true)

    X
    Methods arguments
    Type Name Description
    EPiServer.Core.XhtmlString xhtmlString
    System.Boolean skipWrapperTag
    X
    Type Description
    System.String

    Returns the rendered version of the xhtmlString. Anything from TinyMce HTML text added, to Button Blocks and Accordion Blocks editors have dragged into this field, will be rendered and added to one huge HTML string

    Render all data, media, blocks, components, inside the XhtmlString

    Use this if you want to add additional data to the string

    View Source

    public static StringBuilder RenderStringBuilder(this XhtmlString xhtmlString, bool skipWrapperTag = true)

    X
    Methods arguments
    Type Name Description
    EPiServer.Core.XhtmlString xhtmlString
    System.Boolean skipWrapperTag
    X
    Type Description
    System.Text.StringBuilder

    Returns the rendered version of the xhtmlString. Anything from TinyMce HTML text added, to Button Blocks and Accordion Blocks editors have dragged into this field, will be rendered and added to one huge HTML StringBuilder, ready to be adjusted after

    }

    • View Source
    In This Article
    Package: nuget
    Source: github
    Website: System Library Common Episerver